Skip to main content

IdentityAttributeTransform1

Properties

NameTypeDescriptionNotes
IdentityAttributeNameStringName of the identity attribute.[optional]
TransformDefinitionTransformDefinition1[optional]

Examples

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

[Back to top]