Files
api-specs/idn/v3/schemas/access/RequestabilityForRole.yaml
GitHub Action Bot e5ed0e1f5d Automated commit 'Merge pull request #1303 from sailpoint/devrel-700
Added commentsRequired, denialCommentsRequired' by github action: 5135665005
2023-05-31 17:04:56 +00:00

21 lines
571 B
YAML

type: object
properties:
commentsRequired:
type: boolean
description: Whether the requester of the containing object must provide comments justifying the request
example: true
nullable: true
default: false
denialCommentsRequired:
type: boolean
description: Whether an approver must provide comments when denying the request
example: true
nullable: true
default: false
approvalSchemes:
type: array
description: List describing the steps in approving the request
items:
$ref: './ApprovalSchemeForRole.yaml'