Skip to main content

AccountUpdated

Properties

NameTypeDescriptionNotes
VarEventAccountUpdatedEvent[required]
SourceAccountSourceReference[required]
AccountAccountV2[required]
IdentityIdentityReference2[required]
AccountChangeTypes[]StringThe types of changes that occurred to the account.[required]
SingleValueAttributeChanges[]AccountUpdatedSingleValueAttributeChangesInnerDetails about the single-value attribute changes that occurred to the account.[required]
MultiValueAttributeChanges[]AccountUpdatedMultiValueAttributeChangesInnerDetails about the multi-value attribute changes that occurred to the account.[required]
EntitlementChanges[]AccountUpdatedEntitlementChangesInnerDetails 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

[Back to top]