Skip to main content

AccountUncorrelatedIdentity

Properties

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

Examples

  • Prepare the resource
$AccountUncorrelatedIdentity = Initialize-PSSailpoint.BetaAccountUncorrelatedIdentity  -Type IDENTITY `
-Id 2c3780a46faadee4016fb4e018c20652 `
-Name Allen Albertson
  • Convert the resource to JSON
$AccountUncorrelatedIdentity | ConvertTo-JSON

[Back to top]