Skip to main content

AccountCorrelatedIdentity

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]DTO type of the identity the account is correlated with.[required]
IdStringID of the identity the account is correlated with.[required]
NameStringDisplay name of the identity the account is correlated with.[required]

Examples

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

[Back to top]