EntitlementAccessRequestConfig
Properties
Name | Type | Description | Notes |
---|---|---|---|
ApprovalSchemes | []EntitlementApprovalScheme | Ordered list of approval steps for the access request. Empty when no approval is required. | [optional] |
RequestCommentRequired | Boolean | If the requester must provide a comment during access request. | [optional] [default to $false] |
DenialCommentRequired | Boolean | If the reviewer must provide a comment when denying the access request. | [optional] [default to $false] |
Examples
- Prepare the resource
$EntitlementAccessRequestConfig = Initialize-PSSailpoint.BetaEntitlementAccessRequestConfig -ApprovalSchemes null `
-RequestCommentRequired true `
-DenialCommentRequired false
- Convert the resource to JSON
$EntitlementAccessRequestConfig | ConvertTo-JSON