AccountUpdated
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| VarEvent | AccountUpdatedEvent | [required] | |
| Source | AccountSourceReference | [required] | |
| Account | AccountV2 | [required] | |
| Identity | IdentityReference2 | [required] | |
| AccountChangeTypes | []String | The types of changes that occurred to the account. | [required] |
| SingleValueAttributeChanges | []AccountUpdatedSingleValueAttributeChangesInner | Details about the single-value attribute changes that occurred to the account. | [required] |
| MultiValueAttributeChanges | []AccountUpdatedMultiValueAttributeChangesInner | Details about the multi-value attribute changes that occurred to the account. | [required] |
| EntitlementChanges | []AccountUpdatedEntitlementChangesInner | Details about the entitlement changes that occurred to the account. | [required] |
Examples
- Prepare the resource
$AccountUpdated = Initialize-AccountUpdated -VarEvent null `
-Source null `
-Account null `
-Identity null `
-AccountChangeTypes null `
-SingleValueAttributeChanges null `
-MultiValueAttributeChanges null `
-EntitlementChanges null
- Convert the resource to JSON
$AccountUpdated | ConvertTo-JSON