mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| non-employee-approval-summary | NonEmployeeApprovalSummary | NonEmployeeApprovalSummary | NonEmployeeApprovalSummary | powershellsdk |
|
/tools/sdk/powershell/v3/models/non-employee-approval-summary |
|
NonEmployeeApprovalSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Approved | Int32 | The number of approved non-employee approval requests. | [optional] |
| Pending | Int32 | The number of pending non-employee approval requests. | [optional] |
| Rejected | Int32 | The number of rejected non-employee approval requests. | [optional] |
Examples
- Prepare the resource
$NonEmployeeApprovalSummary = Initialize-PSSailpoint.V3NonEmployeeApprovalSummary -Approved 2 `
-Pending 2 `
-Rejected 2
- Convert the resource to JSON
$NonEmployeeApprovalSummary | ConvertTo-JSON