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-V2024AccountAttributesChanged -Identity null `
-Source null `
-Account null `
-Changes null
- Convert the resource to JSON
$AccountAttributesChanged | ConvertTo-JSON