Skip to main content

AccountAttributesChangedIdentity

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of the identity whose account attributes were updated.[required]
IdStringID of the identity whose account attributes were updated.[required]
NameStringDisplay name of the identity whose account attributes were updated.[required]

Examples

  • Prepare the resource
$AccountAttributesChangedIdentity = Initialize-PSSailpoint.V2024AccountAttributesChangedIdentity  -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels
  • Convert the resource to JSON
$AccountAttributesChangedIdentity | ConvertTo-JSON

[Back to top]