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-PSSailpoint.BetaAccountAttributesChanged  -Identity null `
-Source null `
-Account null `
-Changes null
  • Convert the resource to JSON
$AccountAttributesChanged | ConvertTo-JSON

[Back to top]