mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-bulk-approve-access-request | BulkApproveAccessRequest | BulkApproveAccessRequest | BulkApproveAccessRequest | powershellsdk |
|
/tools/sdk/powershell/v2024/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-V2024BulkApproveAccessRequest -ApprovalIds [2c9180835d2e5168015d32f890ca1581, 2c9180835d2e5168015d32f890ca1582] `
-Comment I approve these request items
- Convert the resource to JSON
$BulkApproveAccessRequest | ConvertTo-JSON