Apply automatic changes

This commit is contained in:
tyler-mairose-sp
2023-06-05 18:04:23 +00:00
committed by github-actions[bot]
parent 943f0cc744
commit c8d1d67a46

View File

@@ -1022,14 +1022,17 @@ components:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -1094,14 +1097,17 @@ components:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -5614,6 +5620,18 @@ paths:
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request
@@ -6156,6 +6174,18 @@ paths:
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request
@@ -6475,6 +6505,18 @@ paths:
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request
@@ -7026,6 +7068,18 @@ paths:
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request
@@ -7656,6 +7710,18 @@ paths:
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request
@@ -25335,6 +25401,8 @@ paths:
- Certification Campaigns - Certification Campaigns
summary: List Campaigns summary: List Campaigns
description: Gets campaigns and returns them in a list. Can provide increased level of detail for each campaign if provided the correct query. description: Gets campaigns and returns them in a list. Can provide increased level of detail for each campaign if provided the correct query.
security:
- oauth2: []
parameters: parameters:
- in: query - in: query
name: detail name: detail
@@ -25457,14 +25525,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -25528,14 +25599,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -26254,6 +26328,10 @@ paths:
- Certification Campaigns - Certification Campaigns
summary: Create a campaign summary: Create a campaign
description: Creates a new Certification Campaign with the information provided in the request body. description: Creates a new Certification Campaign with the information provided in the request body.
security:
- oauth2:
- 'idn:campaign:create'
deprecated: true
requestBody: requestBody:
required: true required: true
content: content:
@@ -26299,14 +26377,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -26754,14 +26835,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -27749,6 +27833,9 @@ paths:
- Certification Campaigns - Certification Campaigns
summary: Get a campaign summary: Get a campaign
description: 'Retrieves information for an existing campaign using the campaign''s ID. Authorized callers must be a reviewer for this campaign, an ORG_ADMIN, or a CERT_ADMIN.' description: 'Retrieves information for an existing campaign using the campaign''s ID. Authorized callers must be a reviewer for this campaign, an ORG_ADMIN, or a CERT_ADMIN.'
deprecated: true
security:
- oauth2: []
parameters: parameters:
- in: path - in: path
name: id name: id
@@ -27800,14 +27887,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -28161,6 +28251,10 @@ paths:
- Certification Campaigns - Certification Campaigns
summary: Update a Campaign summary: Update a Campaign
description: 'Allows updating individual fields on a campaign using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.' description: 'Allows updating individual fields on a campaign using the [JSON Patch](https://tools.ietf.org/html/rfc6902) standard.'
security:
- oauth2:
- 'idn:campaign:update'
- 'idn:campaign:read'
parameters: parameters:
- in: path - in: path
name: id name: id
@@ -28241,14 +28335,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -31185,14 +31282,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -32019,14 +32119,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -32550,14 +32653,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -33406,14 +33512,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -34351,14 +34460,17 @@ paths:
emailNotificationEnabled: emailNotificationEnabled:
type: boolean type: boolean
description: Enables email notification for this campaign description: Enables email notification for this campaign
default: false
example: false example: false
autoRevokeAllowed: autoRevokeAllowed:
type: boolean type: boolean
description: Allows auto revoke for this campaign description: Allows auto revoke for this campaign
default: false
example: false example: false
recommendationsEnabled: recommendationsEnabled:
type: boolean type: boolean
description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. description: Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future.
default: false
example: true example: true
status: status:
type: string type: string
@@ -101366,12 +101478,14 @@ paths:
additionalProperties: true additionalProperties: true
enabled: enabled:
type: boolean 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 example: true
default: false
requestable: requestable:
type: boolean 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 example: true
default: false
accessRequestConfig: accessRequestConfig:
nullable: true nullable: true
description: Access request configuration for this object description: Access request configuration for this object
@@ -101381,10 +101495,14 @@ paths:
type: boolean type: boolean
description: Whether the requester of the containing object must provide comments justifying the request description: Whether the requester of the containing object must provide comments justifying the request
example: true example: true
nullable: true
default: false
denialCommentsRequired: denialCommentsRequired:
type: boolean type: boolean
description: Whether an approver must provide comments when denying the request description: Whether an approver must provide comments when denying the request
example: true example: true
nullable: true
default: false
approvalSchemes: approvalSchemes:
type: array type: array
description: List describing the steps in approving the request description: List describing the steps in approving the request
@@ -101413,9 +101531,22 @@ paths:
example: 46c79819-a69f-49a2-becb-12c971ae66c6 example: 46c79819-a69f-49a2-becb-12c971ae66c6
revocationRequestConfig: revocationRequestConfig:
nullable: true nullable: true
default: null
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request
@@ -102010,12 +102141,14 @@ paths:
additionalProperties: true additionalProperties: true
enabled: enabled:
type: boolean 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 example: true
default: false
requestable: requestable:
type: boolean 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 example: true
default: false
accessRequestConfig: accessRequestConfig:
nullable: true nullable: true
description: Access request configuration for this object description: Access request configuration for this object
@@ -102025,10 +102158,14 @@ paths:
type: boolean type: boolean
description: Whether the requester of the containing object must provide comments justifying the request description: Whether the requester of the containing object must provide comments justifying the request
example: true example: true
nullable: true
default: false
denialCommentsRequired: denialCommentsRequired:
type: boolean type: boolean
description: Whether an approver must provide comments when denying the request description: Whether an approver must provide comments when denying the request
example: true example: true
nullable: true
default: false
approvalSchemes: approvalSchemes:
type: array type: array
description: List describing the steps in approving the request description: List describing the steps in approving the request
@@ -102057,9 +102194,22 @@ paths:
example: 46c79819-a69f-49a2-becb-12c971ae66c6 example: 46c79819-a69f-49a2-becb-12c971ae66c6
revocationRequestConfig: revocationRequestConfig:
nullable: true nullable: true
default: null
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request
@@ -102428,12 +102578,14 @@ paths:
additionalProperties: true additionalProperties: true
enabled: enabled:
type: boolean 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 example: true
default: false
requestable: requestable:
type: boolean 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 example: true
default: false
accessRequestConfig: accessRequestConfig:
nullable: true nullable: true
description: Access request configuration for this object description: Access request configuration for this object
@@ -102443,10 +102595,14 @@ paths:
type: boolean type: boolean
description: Whether the requester of the containing object must provide comments justifying the request description: Whether the requester of the containing object must provide comments justifying the request
example: true example: true
nullable: true
default: false
denialCommentsRequired: denialCommentsRequired:
type: boolean type: boolean
description: Whether an approver must provide comments when denying the request description: Whether an approver must provide comments when denying the request
example: true example: true
nullable: true
default: false
approvalSchemes: approvalSchemes:
type: array type: array
description: List describing the steps in approving the request description: List describing the steps in approving the request
@@ -102475,9 +102631,22 @@ paths:
example: 46c79819-a69f-49a2-becb-12c971ae66c6 example: 46c79819-a69f-49a2-becb-12c971ae66c6
revocationRequestConfig: revocationRequestConfig:
nullable: true nullable: true
default: null
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request
@@ -103079,12 +103248,14 @@ paths:
additionalProperties: true additionalProperties: true
enabled: enabled:
type: boolean 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 example: true
default: false
requestable: requestable:
type: boolean 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 example: true
default: false
accessRequestConfig: accessRequestConfig:
nullable: true nullable: true
description: Access request configuration for this object description: Access request configuration for this object
@@ -103094,10 +103265,14 @@ paths:
type: boolean type: boolean
description: Whether the requester of the containing object must provide comments justifying the request description: Whether the requester of the containing object must provide comments justifying the request
example: true example: true
nullable: true
default: false
denialCommentsRequired: denialCommentsRequired:
type: boolean type: boolean
description: Whether an approver must provide comments when denying the request description: Whether an approver must provide comments when denying the request
example: true example: true
nullable: true
default: false
approvalSchemes: approvalSchemes:
type: array type: array
description: List describing the steps in approving the request description: List describing the steps in approving the request
@@ -103126,9 +103301,22 @@ paths:
example: 46c79819-a69f-49a2-becb-12c971ae66c6 example: 46c79819-a69f-49a2-becb-12c971ae66c6
revocationRequestConfig: revocationRequestConfig:
nullable: true nullable: true
default: null
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request
@@ -103827,12 +104015,14 @@ paths:
additionalProperties: true additionalProperties: true
enabled: enabled:
type: boolean 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 example: true
default: false
requestable: requestable:
type: boolean 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 example: true
default: false
accessRequestConfig: accessRequestConfig:
nullable: true nullable: true
description: Access request configuration for this object description: Access request configuration for this object
@@ -103842,10 +104032,14 @@ paths:
type: boolean type: boolean
description: Whether the requester of the containing object must provide comments justifying the request description: Whether the requester of the containing object must provide comments justifying the request
example: true example: true
nullable: true
default: false
denialCommentsRequired: denialCommentsRequired:
type: boolean type: boolean
description: Whether an approver must provide comments when denying the request description: Whether an approver must provide comments when denying the request
example: true example: true
nullable: true
default: false
approvalSchemes: approvalSchemes:
type: array type: array
description: List describing the steps in approving the request description: List describing the steps in approving the request
@@ -103874,9 +104068,22 @@ paths:
example: 46c79819-a69f-49a2-becb-12c971ae66c6 example: 46c79819-a69f-49a2-becb-12c971ae66c6
revocationRequestConfig: revocationRequestConfig:
nullable: true nullable: true
default: null
description: Revocation request configuration for this object. description: Revocation request configuration for this object.
type: object type: object
properties: 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: approvalSchemes:
type: array type: array
description: List describing the steps in approving the revocation request description: List describing the steps in approving the revocation request