Skip to main content

Transform

Properties

NameTypeDescriptionNotes
NameStringUnique name of this transform[required]
TypeEnum [ "accountAttribute", "base64Decode", "base64Encode", "concat", "conditional", "dateCompare", "dateFormat", "dateMath", "decomposeDiacriticalMarks", "e164phone", "firstValid", "rule", "identityAttribute", "indexOf", "iso3166", "lastIndexOf", "leftPad", "lookup", "lower", "normalizeNames", "randomAlphaNumeric", "randomNumeric", "reference", "replaceAll", "replace", "rightPad", "split", "static", "substring", "trim", "upper", "usernameGenerator", "uuid", "displayName", "rfc5646" ]The type of transform operation[required]
AttributesTransformAttributes[required]

Examples

  • Prepare the resource
$Transform = Initialize-PSSailpoint.V2024Transform  -Name Timestamp To Date `
-Type dateFormat `
-Attributes null
  • Convert the resource to JSON
$Transform | ConvertTo-JSON

[Back to top]