mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
e5ed0e1f5d
commit
fd38e5dd29
@@ -1010,6 +1010,18 @@ paths:
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
@@ -1551,6 +1563,18 @@ paths:
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
@@ -1870,6 +1894,18 @@ paths:
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
@@ -2421,6 +2457,18 @@ paths:
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
@@ -3050,6 +3098,18 @@ paths:
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
@@ -45037,12 +45097,14 @@ paths:
|
||||
additionalProperties: true
|
||||
enabled:
|
||||
type: boolean
|
||||
description: Whether the Role is enabled or not. This field is false by default.
|
||||
description: Whether the Role is enabled or not.
|
||||
example: true
|
||||
default: false
|
||||
requestable:
|
||||
type: boolean
|
||||
description: Whether the Role can be the target of Access Requests. This field is false by default.
|
||||
description: Whether the Role can be the target of access requests.
|
||||
example: true
|
||||
default: false
|
||||
accessRequestConfig:
|
||||
nullable: true
|
||||
description: Access request configuration for this object
|
||||
@@ -45052,10 +45114,14 @@ paths:
|
||||
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
|
||||
@@ -45084,9 +45150,22 @@ paths:
|
||||
example: 46c79819-a69f-49a2-becb-12c971ae66c6
|
||||
revocationRequestConfig:
|
||||
nullable: true
|
||||
default: null
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
@@ -45681,12 +45760,14 @@ paths:
|
||||
additionalProperties: true
|
||||
enabled:
|
||||
type: boolean
|
||||
description: Whether the Role is enabled or not. This field is false by default.
|
||||
description: Whether the Role is enabled or not.
|
||||
example: true
|
||||
default: false
|
||||
requestable:
|
||||
type: boolean
|
||||
description: Whether the Role can be the target of Access Requests. This field is false by default.
|
||||
description: Whether the Role can be the target of access requests.
|
||||
example: true
|
||||
default: false
|
||||
accessRequestConfig:
|
||||
nullable: true
|
||||
description: Access request configuration for this object
|
||||
@@ -45696,10 +45777,14 @@ paths:
|
||||
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
|
||||
@@ -45728,9 +45813,22 @@ paths:
|
||||
example: 46c79819-a69f-49a2-becb-12c971ae66c6
|
||||
revocationRequestConfig:
|
||||
nullable: true
|
||||
default: null
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
@@ -46099,12 +46197,14 @@ paths:
|
||||
additionalProperties: true
|
||||
enabled:
|
||||
type: boolean
|
||||
description: Whether the Role is enabled or not. This field is false by default.
|
||||
description: Whether the Role is enabled or not.
|
||||
example: true
|
||||
default: false
|
||||
requestable:
|
||||
type: boolean
|
||||
description: Whether the Role can be the target of Access Requests. This field is false by default.
|
||||
description: Whether the Role can be the target of access requests.
|
||||
example: true
|
||||
default: false
|
||||
accessRequestConfig:
|
||||
nullable: true
|
||||
description: Access request configuration for this object
|
||||
@@ -46114,10 +46214,14 @@ paths:
|
||||
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
|
||||
@@ -46146,9 +46250,22 @@ paths:
|
||||
example: 46c79819-a69f-49a2-becb-12c971ae66c6
|
||||
revocationRequestConfig:
|
||||
nullable: true
|
||||
default: null
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
@@ -46750,12 +46867,14 @@ paths:
|
||||
additionalProperties: true
|
||||
enabled:
|
||||
type: boolean
|
||||
description: Whether the Role is enabled or not. This field is false by default.
|
||||
description: Whether the Role is enabled or not.
|
||||
example: true
|
||||
default: false
|
||||
requestable:
|
||||
type: boolean
|
||||
description: Whether the Role can be the target of Access Requests. This field is false by default.
|
||||
description: Whether the Role can be the target of access requests.
|
||||
example: true
|
||||
default: false
|
||||
accessRequestConfig:
|
||||
nullable: true
|
||||
description: Access request configuration for this object
|
||||
@@ -46765,10 +46884,14 @@ paths:
|
||||
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
|
||||
@@ -46797,9 +46920,22 @@ paths:
|
||||
example: 46c79819-a69f-49a2-becb-12c971ae66c6
|
||||
revocationRequestConfig:
|
||||
nullable: true
|
||||
default: null
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
@@ -47498,12 +47634,14 @@ paths:
|
||||
additionalProperties: true
|
||||
enabled:
|
||||
type: boolean
|
||||
description: Whether the Role is enabled or not. This field is false by default.
|
||||
description: Whether the Role is enabled or not.
|
||||
example: true
|
||||
default: false
|
||||
requestable:
|
||||
type: boolean
|
||||
description: Whether the Role can be the target of Access Requests. This field is false by default.
|
||||
description: Whether the Role can be the target of access requests.
|
||||
example: true
|
||||
default: false
|
||||
accessRequestConfig:
|
||||
nullable: true
|
||||
description: Access request configuration for this object
|
||||
@@ -47513,10 +47651,14 @@ paths:
|
||||
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
|
||||
@@ -47545,9 +47687,22 @@ paths:
|
||||
example: 46c79819-a69f-49a2-becb-12c971ae66c6
|
||||
revocationRequestConfig:
|
||||
nullable: true
|
||||
default: null
|
||||
description: Revocation request configuration for this object.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user