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