mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.2 KiB
1.2 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| requestability | Requestability | Requestability | Requestability | powershellsdk |
|
/tools/sdk/powershell/v3/models/requestability |
|
Requestability
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 | []AccessProfileApprovalScheme | List describing the steps in approving the request | [optional] |
Examples
- Prepare the resource
$Requestability = Initialize-PSSailpoint.V3Requestability -CommentsRequired true `
-DenialCommentsRequired true `
-ApprovalSchemes null
- Convert the resource to JSON
$Requestability | ConvertTo-JSON