IdentityAttributeTransform
Properties
Name | Type | Description | Notes |
---|---|---|---|
IdentityAttributeName | String | Name of the identity attribute. | [optional] |
TransformDefinition | TransformDefinition | [optional] |
Examples
- Prepare the resource
$IdentityAttributeTransform = Initialize-PSSailpoint.V2024IdentityAttributeTransform -IdentityAttributeName email `
-TransformDefinition null
- Convert the resource to JSON
$IdentityAttributeTransform | ConvertTo-JSON