Skip to main content

IdentityCreatedIdentity

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Created identity's DTO type.[required]
IdStringCreated identity ID.[required]
NameStringCreated identity's display name.[required]

Examples

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

[Back to top]