Skip to main content

IdentityAttributeTransform

Properties

NameTypeDescriptionNotes
IdentityAttributeNameStringName of the identity attribute[optional]
TransformDefinitionTransformDefinition[optional]

Examples

  • Prepare the resource
$IdentityAttributeTransform = Initialize-PSSailpoint.BetaIdentityAttributeTransform  -IdentityAttributeName email `
-TransformDefinition null
  • Convert the resource to JSON
$IdentityAttributeTransform | ConvertTo-JSON

[Back to top]