mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 15023035004
This commit is contained in:
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
|
||||
**ApprovalSchemes** | [**[]EntitlementApprovalScheme**](entitlement-approval-scheme) | 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]
|
||||
**ReauthorizationRequired** | **Boolean** | Is Reauthorization Required | [optional] [default to $false]
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -26,7 +27,8 @@ Name | Type | Description | Notes
|
||||
```powershell
|
||||
$EntitlementAccessRequestConfig = Initialize-BetaEntitlementAccessRequestConfig -ApprovalSchemes null `
|
||||
-RequestCommentRequired true `
|
||||
-DenialCommentRequired false
|
||||
-DenialCommentRequired false `
|
||||
-ReauthorizationRequired false
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user