RevocabilityForRole
Properties
Name | Type | Description | Notes |
---|---|---|---|
CommentsRequired | Boolean | Whether the requester of the containing object must provide comments justifying the request | [optional] [default to $false] |
DenialCommentsRequired | Boolean | Whether an approver must provide comments when denying the request | [optional] [default to $false] |
ApprovalSchemes | []ApprovalSchemeForRole | List describing the steps in approving the revocation request | [optional] |
Examples
- Prepare the resource
$RevocabilityForRole = Initialize-PSSailpoint.BetaRevocabilityForRole -CommentsRequired false `
-DenialCommentsRequired false `
-ApprovalSchemes null
- Convert the resource to JSON
$RevocabilityForRole | ConvertTo-JSON