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