Accountattributeschanged
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Identity | AccountattributeschangedIdentity | [required] | |
| Source | AccountattributeschangedSource | [required] | |
| Account | AccountattributeschangedAccount | [required] | |
| Changes | []AccountattributeschangedChangesInner | A list of attributes that changed. | [required] |
Examples
- Prepare the resource
$Accountattributeschanged = Initialize-Accountattributeschanged -Identity null `
-Source null `
-Account null `
-Changes null
- Convert the resource to JSON
$Accountattributeschanged | ConvertTo-JSON