Method: dataAccessScopes.patch

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

Updates a data access scope.

HTTP request

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

Path parameters

Parameters
dataAccessScope.name

string

Required. The unique full name of the data access scope. The name should comply with https://google.aip.dev/122 standards.

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, the allowed and denied labels list 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 DataAccessScope.

Response body

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

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.dataAccessScopes.update

For more information, see the IAM documentation.