mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
1.3 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| revocability-for-role | RevocabilityForRole | RevocabilityForRole | RevocabilityForRole | powershellsdk |
|
/tools/sdk/powershell/v3/models/revocability-for-role |
|
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-RevocabilityForRole -CommentsRequired false `
-DenialCommentsRequired false `
-ApprovalSchemes null
- Convert the resource to JSON
$RevocabilityForRole | ConvertTo-JSON