Delegating Access
Caution
This feature is a technical preview for evaluation in non-production environments. A technical preview introduces new, limited functionality for customer feedback as we work on the feature. Details and functionality are subject to change. We cannot guarantee that data created as part of a technical preview will be retained after the feature is finalized.
The POST /v1/cckm/GoogleWorkspaceCSE/endpoints/{id}/delegate
API is called to facilitate splitting up the user journey across more than a single device. This API returns a new authentication JWT that allows an entity to access a specified resource on behalf of the user authenticated in the original authentication JWT.
This API is used to delegate scoped access to Wrap/Unwrap to another entity when that entity needs to act on behalf of the user.
Request Parameters
Parameter | Type | Description |
---|---|---|
authentication | string | A JWT issued by a third party asserting who the user is. |
authorization | string | A JWT with delegated_to and resource_name claims asserting that the entity identified by delegated_to claim is allowed to access resource_name on behalf of the user. |
reason | string | A passthrough JSON string provides additional context about the operation. The JSON provided should be sanitized before being displayed. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
Refer to HTTP status codes for details.