Skip to main content

IdentityPreviewResponseIdentity

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Identity's DTO type.[optional]
IdStringIdentity ID.[optional]
NameStringIdentity's display name.[optional]

Examples

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

[Back to top]