Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/IdentityAttributeTransform.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
v2025-identity-attribute-transform IdentityAttributeTransform IdentityAttributeTransform IdentityAttributeTransform powershellsdk
powershell
PowerShell
sdk
IdentityAttributeTransform
V2025IdentityAttributeTransform
/tools/sdk/powershell/v2025/models/identity-attribute-transform
SDK
Software Development Kit
IdentityAttributeTransform
V2025IdentityAttributeTransform

IdentityAttributeTransform

Properties

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

Examples

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

[Back to top]