AccountUpdatedSingleValueAttributeChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | The name of the attribute that was changed. | [required] |
| OldValue | AccountUpdatedSingleValueAttributeChangesInnerOldValue | [required] | |
| NewValue | AccountUpdatedSingleValueAttributeChangesInnerNewValue | [required] |
Examples
- Prepare the resource
$AccountUpdatedSingleValueAttributeChangesInner = Initialize-AccountUpdatedSingleValueAttributeChangesInner -Name displayName `
-OldValue null `
-NewValue null
- Convert the resource to JSON
$AccountUpdatedSingleValueAttributeChangesInner | ConvertTo-JSON