Automated commit by github action: 4441977009

This commit is contained in:
GitHub Action Bot
2023-03-16 21:55:29 +00:00
parent a8cc144dfc
commit 48b1bdcc7b
4 changed files with 2 additions and 73 deletions

View File

@@ -45,26 +45,6 @@ get:
"approverId": "46c79819-a69f-49a2-becb-12c971ae66c6"
}
]
},
"revocationRequestConfig": {
"approvalSchemes": [
{
"approverType": "ENTITLEMENT_OWNER",
"approverId": null
},
{
"approverType": "SOURCE_OWNER",
"approverId": null
},
{
"approverType": "MANAGER",
"approverId": null
},
{
"approverType": "GOVERNANCE_GROUP",
"approverId": "46c79819-a69f-49a2-becb-12c971ae66c6"
}
]
}
}
'400':
@@ -91,7 +71,7 @@ put:
parameters:
- name: id
in: path
description: ID of the Entitlement to replace
description: Entitlement ID
required: true
schema:
type: string
@@ -132,26 +112,6 @@ put:
"approverId": "46c79819-a69f-49a2-becb-12c971ae66c6"
}
]
},
"revocationRequestConfig": {
"approvalSchemes": [
{
"approverType": "ENTITLEMENT_OWNER",
"approverId": null
},
{
"approverType": "SOURCE_OWNER",
"approverId": null
},
{
"approverType": "MANAGER",
"approverId": null
},
{
"approverType": "GOVERNANCE_GROUP",
"approverId": "46c79819-a69f-49a2-becb-12c971ae66c6"
}
]
}
}
'400':

View File

@@ -1,14 +0,0 @@
type: object
properties:
requestCommentRequired:
type: boolean
description: If the request comment is required when the user request the entitlement
example: true
denialCommentRequired:
type: boolean
description: If the denial comment is required when the approver denies the request
example: true
approvalSchemes:
type: array
items:
$ref: './ApprovalScheme.yaml'

View File

@@ -1,15 +0,0 @@
type: object
properties:
approverId:
type: string
description: The id of the approver
example: "46c79819-a69f-49a2-becb-12c971ae66c6"
approverType:
type: string
enum:
- ENTITLEMENT_OWNER
- SOURCE_OWNER
- MANAGER
- GOVERNANCE_GROUP
description: The type of approver
example: "GOVERNANCE_GROUP"

View File

@@ -1,6 +1,4 @@
type: object
properties:
accessRequestConfig:
$ref: './AccessRequestConfig.yaml'
revocationRequestConfig:
$ref: './RevocationRequestConfig.yaml'
$ref: './EntitlementAccessRequestConfig.yaml'