Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/NonEmployeeRequestLite.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

1008 B

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
/tools/sdk/powershell/beta/models/non-employee-request-lite
SDK
Software Development Kit
NonEmployeeRequestLite

NonEmployeeRequestLite

Properties

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

Examples

  • Prepare the resource
$NonEmployeeRequestLite = Initialize-PSSailpoint.BetaNonEmployeeRequestLite  -Id ac10e21c-931c-1ef2-8193-1c51e7ff0003 `
 -Requester null
  • Convert the resource to JSON
$NonEmployeeRequestLite | ConvertTo-JSON

[Back to top]