AccountattributeschangedChangesInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Attribute | String | The name of the attribute. | [required] |
| OldValue | AccountattributeschangedChangesInnerOldValue | [required] | |
| NewValue | AccountattributeschangedChangesInnerNewValue | [required] |
Examples
- Prepare the resource
$AccountattributeschangedChangesInner = Initialize-AccountattributeschangedChangesInner -Attribute sn `
-OldValue null `
-NewValue null
- Convert the resource to JSON
$AccountattributeschangedChangesInner | ConvertTo-JSON