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

[Back to top]