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