mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.0 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-non-employee-request-lite | NonEmployeeRequestLite | NonEmployeeRequestLite | NonEmployeeRequestLite | powershellsdk |
|
/tools/sdk/powershell/v2024/models/non-employee-request-lite |
|
NonEmployeeRequestLite
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | Non-Employee request id. | [optional] |
| Requester | NonEmployeeIdentityReferenceWithId | [optional] |
Examples
- Prepare the resource
$NonEmployeeRequestLite = Initialize-V2024NonEmployeeRequestLite -Id ac110005-7156-1150-8171-5b292e3e0084 `
-Requester null
- Convert the resource to JSON
$NonEmployeeRequestLite | ConvertTo-JSON