IdentityAttributesChangedChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Attribute | String | Identity attribute's name. | [required] |
| OldValue | IdentityAttributesChangedChangesInnerOldValue | [optional] | |
| NewValue | IdentityAttributesChangedChangesInnerNewValue | [optional] |
Examples
- Prepare the resource
$IdentityAttributesChangedChangesInner = Initialize-BetaIdentityAttributesChangedChangesInner -Attribute department `
-OldValue null `
-NewValue null
- Convert the resource to JSON
$IdentityAttributesChangedChangesInner | ConvertTo-JSON