Updating a KACLS Endpoint
Use the PATCH /v1/cckm/GoogleWorkspaceCSE/endpoints/{id}
API to update details of a KACLS endpoint. The name of an existing endpoint cannot be modified.
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. Parameters listed below can be updated. |
authenticationAud | array of strings | List of supported audience for authentication JWT. This is the ID of the third-party identity provider. For example, for Auth0, it is represented by the Client ID . |
authorizationAud | array of strings | List of supported audience for authorization JWT. |
endpoint_url_hostname | string | Hostname for the endpoint URL. Enter the fully qualified domain name (FQDN) of the CCKM/CipherTrust Manager appliance. |
cors | array of strings | List of Cross-Origin Resource Sharing (CORS) to support. |
issuer | string | Trusted issuer ID to use with this endpoint. This issuer is managed through the /GoogleWorkspaceCSE/issuers URL.You can change the issuer when updating an endpoint. |
Example Request
Example Response
The output shows updated details of the endpoint.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
Refer to HTTP status codes for details.