Skip to main content

Accountattributeschanged

Properties

NameTypeDescriptionNotes
IdentityAccountattributeschangedIdentity[required]
SourceAccountattributeschangedSource[required]
AccountAccountattributeschangedAccount[required]
Changes[]AccountattributeschangedChangesInnerA list of attributes that changed.[required]

Examples

  • Prepare the resource
$Accountattributeschanged = Initialize-Accountattributeschanged  -Identity null `
-Source null `
-Account null `
-Changes null
  • Convert the resource to JSON
$Accountattributeschanged | ConvertTo-JSON

[Back to top]