Files
api-specs/idn/v3/schemas/access/Requestability.yaml
GitHub Action Bot 1cb6f6ee70 Automated commit 'IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles (#1517)
* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles

* Update AccessProfile.yaml' by github action: 7408055476
2024-01-04 10:02:09 +00:00

23 lines
612 B
YAML

type: object
nullable : true
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
nullable : true
description: List describing the steps in approving the request
items:
$ref: './AccessProfileApprovalScheme.yaml'