Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/NonEmployeeRequestLite.md
2025-05-07 14:37:48 +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
beta-non-employee-request-lite NonEmployeeRequestLite NonEmployeeRequestLite NonEmployeeRequestLite powershellsdk
powershell
PowerShell
sdk
NonEmployeeRequestLite
BetaNonEmployeeRequestLite
/tools/sdk/powershell/beta/models/non-employee-request-lite
SDK
Software Development Kit
NonEmployeeRequestLite
BetaNonEmployeeRequestLite

NonEmployeeRequestLite

Properties

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

Examples

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

[Back to top]