Skip to main content

NonEmployeeRequestLite

Properties

NameTypeDescriptionNotes
IdStringNon-Employee request id.[optional]
RequesterNonEmployeeIdentityReferenceWithId[optional]

Examples

  • Prepare the resource
$NonEmployeeRequestLite = Initialize-PSSailpoint.V2024NonEmployeeRequestLite  -Id ac110005-7156-1150-8171-5b292e3e0084 `
-Requester null
  • Convert the resource to JSON
$NonEmployeeRequestLite | ConvertTo-JSON

[Back to top]