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