Skip to main content

RequestabilityForRole

Properties

NameTypeDescriptionNotes
CommentsRequiredBooleanWhether the requester of the containing object must provide comments justifying the request[optional] [default to $false]
DenialCommentsRequiredBooleanWhether an approver must provide comments when denying the request[optional] [default to $false]
ApprovalSchemes[]ApprovalSchemeForRoleList describing the steps in approving the request[optional]

Examples

  • Prepare the resource
$RequestabilityForRole = Initialize-PSSailpoint.V2024RequestabilityForRole  -CommentsRequired true `
-DenialCommentsRequired true `
-ApprovalSchemes null
  • Convert the resource to JSON
$RequestabilityForRole | ConvertTo-JSON

[Back to top]