mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.4 KiB
1.4 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-summary | NonEmployeeRequestSummary | NonEmployeeRequestSummary | NonEmployeeRequestSummary | powershellsdk |
|
/tools/sdk/powershell/v2024/models/non-employee-request-summary |
|
NonEmployeeRequestSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Approved | Int32 | The number of approved non-employee requests on all sources that requested-for user manages. | [optional] |
| Rejected | Int32 | The number of rejected non-employee requests on all sources that requested-for user manages. | [optional] |
| Pending | Int32 | The number of pending non-employee requests on all sources that requested-for user manages. | [optional] |
| NonEmployeeCount | Int32 | The number of non-employee records on all sources that requested-for user manages. | [optional] |
Examples
- Prepare the resource
$NonEmployeeRequestSummary = Initialize-V2024NonEmployeeRequestSummary -Approved 2 `
-Rejected 2 `
-Pending 2 `
-NonEmployeeCount 2
- Convert the resource to JSON
$NonEmployeeRequestSummary | ConvertTo-JSON