Skip to main content

NonEmployeeIdentityReferenceWithId

Properties

NameTypeDescriptionNotes
TypeNonEmployeeIdentityDtoType[optional]
IdStringIdentity id[optional]

Examples

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

[Back to top]