Skip to main content

BulkApproveAccessRequest

Properties

NameTypeDescriptionNotes
ApprovalIds[]StringList of approval ids to approve the pending requests[required]
CommentStringReason for approving the pending access request.[required]

Examples

  • Prepare the resource
$BulkApproveAccessRequest = Initialize-PSSailpoint.V2024BulkApproveAccessRequest  -ApprovalIds [2c9180835d2e5168015d32f890ca1581, 2c9180835d2e5168015d32f890ca1582] `
-Comment I approve these request items
  • Convert the resource to JSON
$BulkApproveAccessRequest | ConvertTo-JSON

[Back to top]