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