Method: dataAccessLabels.patch

Full name: projects.locations.instances.dataAccessLabels.patch

Updates a data access label.

HTTP request

PATCH https://chronicle.googleapis.com/v1alpha/{dataAccessLabel.name}

Path parameters

Parameters
dataAccessLabel.name

string

Required. The unique resource name of the data access label.

Query parameters

Parameters
updateMask

string (FieldMask format)

The list of fields to update. If not included, all fields with a non-empty value will be overwritten. Currently, only the description and definition fields are supported for update; an update call that attempts to update any other fields will return INVALID_ARGUMENT.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of DataAccessLabel.

Response body

If successful, the response body contains an instance of DataAccessLabel.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • chronicle.dataAccessLabels.update

For more information, see the IAM documentation.