Skip to content

Commit 1c2f225

Browse files
Update functions-for-customizing-application-data.md
1 parent 2872618 commit 1c2f225

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

articles/active-directory/app-provisioning/functions-for-customizing-application-data.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The syntax for Expressions for Attribute Mappings is reminiscent of Visual Basic
3434

3535
## List of Functions
3636

37-
[Append](#append)      [AppRoleAssignmentsComplex](#approleassignmentscomplex)      [BitAnd](#bitand)      [CBool](#cbool)      [CDate](#cdate)      [Coalesce](#coalesce)      [ConvertToBase64](#converttobase64)      [ConvertToUTF8Hex](#converttoutf8hex)      [Count](#count)      [CStr](#cstr)      [DateAdd](#dateadd)      [DateDiff](#datediff)      [DateFromNum](#datefromnum)  [FormatDateTime](#formatdatetime)      [Guid](#guid)      [IgnoreFlowIfNullOrEmpty](#ignoreflowifnullorempty)     [IIF](#iif)     [InStr](#instr)      [IsNull](#isnull)      [IsNullOrEmpty](#isnullorempty)      [IsPresent](#ispresent)      [IsString](#isstring)      [Item](#item)      [Join](#join)      [Left](#left)      [Mid](#mid)      [NormalizeDiacritics](#normalizediacritics)       [Not](#not)      [Now](#now)      [NumFromDate](#numfromdate)      [PCase](#pcase)      [RandomString](#randomstring)      [Redact](#redact)      [RemoveDuplicates](#removeduplicates)      [Replace](#replace)      [SelectUniqueValue](#selectuniquevalue)     [SingleAppRoleAssignment](#singleapproleassignment)     [Split](#split)    [StripSpaces](#stripspaces)      [Switch](#switch)     [ToLower](#tolower)     [ToUpper](#toupper)     [Word](#word)
37+
[Append](#append)      [AppRoleAssignmentsComplex](#approleassignmentscomplex)      [BitAnd](#bitand)      [CBool](#cbool)      [CDate](#cdate)      [Coalesce](#coalesce)      [ConvertToBase64](#converttobase64)      [ConvertToUTF8Hex](#converttoutf8hex)      [Count](#count)      [CStr](#cstr)      [DateAdd](#dateadd)      [DateDiff](#datediff)      [DateFromNum](#datefromnum)  [FormatDateTime](#formatdatetime)      [Guid](#guid)      [IgnoreFlowIfNullOrEmpty](#ignoreflowifnullorempty)     [IIF](#iif)     [InStr](#instr)      [IsNull](#isnull)      [IsNullOrEmpty](#isnullorempty)      [IsPresent](#ispresent)      [IsString](#isstring)      [Item](#item)      [Join](#join)      [Left](#left)      [Mid](#mid)      [NormalizeDiacritics](#normalizediacritics)       [Not](#not)      [Now](#now)      [NumFromDate](#numfromdate)      [PCase](#pcase)      [RandomString](#randomstring)      [RemoveDuplicates](#removeduplicates)      [Replace](#replace)      [SelectUniqueValue](#selectuniquevalue)     [SingleAppRoleAssignment](#singleapproleassignment)     [Split](#split)    [StripSpaces](#stripspaces)      [Switch](#switch)     [ToLower](#tolower)     [ToUpper](#toupper)     [Word](#word)
3838

3939
---
4040
### Append
@@ -813,35 +813,6 @@ Generates a random string with 10 characters (2 numbers, 2 special characters, 2
813813

814814
---
815815

816-
817-
### Redact
818-
**Function:**
819-
Redact()
820-
821-
**Description:**
822-
The Redact function replaces the attribute value with the string literal "[Redact]" in the provisioning logs.
823-
824-
**Parameters:**
825-
826-
| Name | Required/ Repeating | Type | Notes |
827-
| --- | --- | --- | --- |
828-
| **attribute/value** |Required |String|Specify the attribute or constant / string to redact from the logs.|
829-
830-
**Example 1:** Redact an attribute:
831-
`Redact([userPrincipalName])`
832-
Removes the userPrincipalName from the provisioning logs.
833-
834-
**Example 2:** Redact a string:
835-
`Redact("StringToBeRedacted")`
836-
Removes a constant string from the provisioning logs.
837-
838-
**Example 3:** Redact a random string:
839-
`Redact(RandomString(10,2,2,2))`
840-
Removes the random string from the provisioning logs.
841-
842-
---
843-
844-
845816
### RemoveDuplicates
846817
**Function:**
847818
RemoveDuplicates(attribute)

0 commit comments

Comments
 (0)