Skip to main content

IdentityReference

Properties

NameTypeDescriptionNotes
TypeDtoType[optional]
IdStringIdentity id[optional]
NameStringHuman-readable display name of identity.[optional]

Examples

  • Prepare the resource
$IdentityReference = Initialize-PSSailpoint.V2024IdentityReference  -Type null `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Thomas Edison
  • Convert the resource to JSON
$IdentityReference | ConvertTo-JSON

[Back to top]