Skip to main content

IdentityAttributesChanged

Properties

NameTypeDescriptionNotes
IdentityIdentityAttributesChangedIdentity[required]
Changes[]IdentityAttributesChangedChangesInnerList of identity's attributes that changed.[required]

Examples

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

[Back to top]