Skip to main content

Revocabilityforrole

Properties

NameTypeDescriptionNotes
CommentsRequiredBooleanWhether the requester of the containing object must provide comments justifying the request[optional] [default to $false]
DenialCommentsRequiredBooleanWhether an approver must provide comments when denying the request[optional] [default to $false]
ApprovalSchemes[]ApprovalschemeforroleList describing the steps in approving the revocation request[optional]

Examples

  • Prepare the resource
$Revocabilityforrole = Initialize-Revocabilityforrole  -CommentsRequired false `
-DenialCommentsRequired false `
-ApprovalSchemes null
  • Convert the resource to JSON
$Revocabilityforrole | ConvertTo-JSON

[Back to top]