Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/NonEmployeeRequestLite.md
2025-02-03 22:09:17 +00:00

1.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
non-employee-request-lite NonEmployeeRequestLite NonEmployeeRequestLite NonEmployeeRequestLite powershellsdk
powershell
PowerShell
sdk
NonEmployeeRequestLite
NonEmployeeRequestLite
/tools/sdk/powershell/v3/models/non-employee-request-lite
SDK
Software Development Kit
NonEmployeeRequestLite
NonEmployeeRequestLite

NonEmployeeRequestLite

Properties

Name Type Description Notes
Id String Non-Employee request id. [optional]
Requester NonEmployeeIdentityReferenceWithId [optional]

Examples

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

[Back to top]