IdentityAttributeTransform
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IdentityAttributeName | String | Identity attribute's name. | [optional] |
| TransformDefinition | TransformDefinition | [optional] |
Examples
- Prepare the resource
$IdentityAttributeTransform = Initialize-IdentityAttributeTransform -IdentityAttributeName email `
-TransformDefinition null
- Convert the resource to JSON
$IdentityAttributeTransform | ConvertTo-JSON