mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-approval-summary
|
||||
title: ApprovalSummary
|
||||
pagination_label: ApprovalSummary
|
||||
sidebar_label: ApprovalSummary
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ApprovalSummary', 'V2024ApprovalSummary']
|
||||
slug: /tools/sdk/powershell/v2024/models/approval-summary
|
||||
tags: ['SDK', 'Software Development Kit', 'ApprovalSummary', 'V2024ApprovalSummary']
|
||||
---
|
||||
|
||||
|
||||
# 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
|
||||
```powershell
|
||||
$ApprovalSummary = Initialize-PSSailpoint.V2024ApprovalSummary -Pending 0 `
|
||||
-Approved 0 `
|
||||
-Rejected 0
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ApprovalSummary | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user