Viewing KACLS Endpoint Perimeters
KACLS endpoint perimeters are the policies that allow or disallow the wrap
, unwrap
, and takeout_unwrap
operations. Refer to Access Policies for details.
Use the GET /v1/cckm/GoogleWorkspaceCSE/endpoints/{id}/perimeters
API to view the perimeters of a KACLS endpoint. Until a custom policy is attached, the API returns the following default policy:
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
id | string | ID of the endpoint. To find out the ID of an endpoint, refer to Viewing KACLS Endpoints. |
AUTHTOKEN | string | Authorization token. |
Example Request
Example Response - 1
Example Response - 2
For a policy with different identity provider and Google email addresses, the output looks similar to the following:
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
Refer to HTTP status codes for details.