Skip to main content

Identityattributetransform

Properties

NameTypeDescriptionNotes
IdentityAttributeNameStringIdentity attribute's name.[optional]
TransformDefinitionTransformdefinition[optional]

Examples

  • Prepare the resource
$Identityattributetransform = Initialize-Identityattributetransform  -IdentityAttributeName email `
-TransformDefinition null
  • Convert the resource to JSON
$Identityattributetransform | ConvertTo-JSON

[Back to top]