mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
* 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
21 lines
583 B
YAML
21 lines
583 B
YAML
type: object
|
|
properties:
|
|
commentsRequired:
|
|
type: boolean
|
|
description: Whether the requester of the containing object must provide comments justifying the request
|
|
example: false
|
|
nullable: true
|
|
default: false
|
|
denialCommentsRequired:
|
|
type: boolean
|
|
description: Whether an approver must provide comments when denying the request
|
|
example: false
|
|
nullable: true
|
|
default: false
|
|
approvalSchemes:
|
|
type: array
|
|
description: List describing the steps in approving the revocation request
|
|
items:
|
|
$ref: './ApprovalSchemeForRole.yaml'
|
|
|