Method: dataAccessScopes.patch

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

Updates a data access scope.

HTTP request


PATCH https://chronicle.africa-south1.rep.googleapis.com/v1beta/{dataAccessScope.name}

Path parameters

Parameters
dataAccessScope.name

string

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)

Optional. 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 one of the following OAuth scopes:

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

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.