Skip to main content

IdentityReferenceWithId

Properties

NameTypeDescriptionNotes
TypeDtoType[optional]
IdStringIdentity id[optional]

Examples

  • Prepare the resource
$IdentityReferenceWithId = Initialize-PSSailpoint.BetaIdentityReferenceWithId  -Type null `
-Id 5168015d32f890ca15812c9180835d2e
  • Convert the resource to JSON
$IdentityReferenceWithId | ConvertTo-JSON

[Back to top]