Get Source Entitlement Request Configuration
GET {{baseUrl}}/sources/:id/entitlement-request-config
This API gets the current entitlement request configuration for a source. This source-level configuration should apply for all the entitlements in the source.
Access request to any entitlements in the source should follow this configuration unless a separate entitlement-level configuration is defined. - During access request, this source-level entitlement request configuration overrides the global organization-level configuration. - However, the entitlement-level configuration (if defined) overrides this source-level configuration.
A token with ORGADMIN, SOURCEADMIN, or SOURCE_SUBADMIN authority is required to call this API.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"accessRequestConfig":{"approvalSchemes":[{"approverId":null,"approverType":"ENTITLEMENT_OWNER"},{"approverId":null,"approverType":"SOURCE_OWNER"},{"approverId":"95e538a3-30c1-433a-af05-4bed973bbc22","approverType":"GOVERNANCE_GROUP"}],"requestCommentRequired":true,"denialCommentRequired":false}}