Skip to main content

BulkCancelAccessRequest

Properties

NameTypeDescriptionNotes
AccessRequestIds[]StringList of access requests ids to cancel the pending requests[required]
CommentStringReason for cancelling the pending access request.[required]

Examples

  • Prepare the resource
$BulkCancelAccessRequest = Initialize-BulkCancelAccessRequest  -AccessRequestIds ["2c9180835d2e5168015d32f890ca1581","2c9180835d2e5168015d32f890ca1582"] `
-Comment I requested this role by mistake.
  • Convert the resource to JSON
$BulkCancelAccessRequest | ConvertTo-JSON

[Back to top]