Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/IdentityAttributeTransform1.md
2025-05-07 14:37:48 +00:00

1.1 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-identity-attribute-transform1 IdentityAttributeTransform1 IdentityAttributeTransform1 IdentityAttributeTransform1 powershellsdk
powershell
PowerShell
sdk
IdentityAttributeTransform1
BetaIdentityAttributeTransform1
/tools/sdk/powershell/beta/models/identity-attribute-transform1
SDK
Software Development Kit
IdentityAttributeTransform1
BetaIdentityAttributeTransform1

IdentityAttributeTransform1

Properties

Name Type Description Notes
IdentityAttributeName String Identity attribute's name. [optional]
TransformDefinition TransformDefinition1 [optional]

Examples

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

[Back to top]