Skip to main content

IdentityAttributesChanged

Properties

NameTypeDescriptionNotes
IdentityIdentityAttributesChangedIdentity[required]
Changes[]IdentityAttributesChangedChangesInnerA list of one or more identity attributes that changed on the identity.[required]

Examples

  • Prepare the resource
$IdentityAttributesChanged = Initialize-PSSailpoint.BetaIdentityAttributesChanged  -Identity null `
-Changes null
  • Convert the resource to JSON
$IdentityAttributesChanged | ConvertTo-JSON

[Back to top]