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]