mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-bulk-approve-access-request | BulkApproveAccessRequest | BulkApproveAccessRequest | BulkApproveAccessRequest | powershellsdk |
|
/tools/sdk/powershell/v2025/models/bulk-approve-access-request |
|
BulkApproveAccessRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApprovalIds | []String | List of approval ids to approve the pending requests | [required] |
| Comment | String | Reason for approving the pending access request. | [required] |
Examples
- Prepare the resource
$BulkApproveAccessRequest = Initialize-PSSailpoint.V2025BulkApproveAccessRequest -ApprovalIds [2c9180835d2e5168015d32f890ca1581, 2c9180835d2e5168015d32f890ca1582] `
-Comment I approve these request items
- Convert the resource to JSON
$BulkApproveAccessRequest | ConvertTo-JSON