mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Automated commit by github action: 4441977009
This commit is contained in:
@@ -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':
|
||||
@@ -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'
|
||||
@@ -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"
|
||||
@@ -1,6 +1,4 @@
|
||||
type: object
|
||||
properties:
|
||||
accessRequestConfig:
|
||||
$ref: './AccessRequestConfig.yaml'
|
||||
revocationRequestConfig:
|
||||
$ref: './RevocationRequestConfig.yaml'
|
||||
$ref: './EntitlementAccessRequestConfig.yaml'
|
||||
Reference in New Issue
Block a user