Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/BulkApproveAccessRequest.md
2025-05-07 14:37:48 +00:00

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
v2025-bulk-approve-access-request BulkApproveAccessRequest BulkApproveAccessRequest BulkApproveAccessRequest powershellsdk
powershell
PowerShell
sdk
BulkApproveAccessRequest
V2025BulkApproveAccessRequest
/tools/sdk/powershell/v2025/models/bulk-approve-access-request
SDK
Software Development Kit
BulkApproveAccessRequest
V2025BulkApproveAccessRequest

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-V2025BulkApproveAccessRequest  -ApprovalIds [2c9180835d2e5168015d32f890ca1581, 2c9180835d2e5168015d32f890ca1582] `
 -Comment I approve these request items
  • Convert the resource to JSON
$BulkApproveAccessRequest | ConvertTo-JSON

[Back to top]