mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| approval-summary | ApprovalSummary | ApprovalSummary | ApprovalSummary | powershellsdk |
|
/tools/sdk/powershell/v3/models/approval-summary |
|
ApprovalSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Pending | Pointer to Int32 | The number of pending access requests approvals. | [optional] |
| Approved | Pointer to Int32 | The number of approved access requests approvals. | [optional] |
| Rejected | Pointer to Int32 | The number of rejected access requests approvals. | [optional] |
Examples
- Prepare the resource
$ApprovalSummary = Initialize-PSSailpoint.V3ApprovalSummary -Pending 0 `
-Approved 0 `
-Rejected 0
- Convert the resource to JSON
$ApprovalSummary | ConvertTo-JSON