- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Full name: projects.locations.instances.dataAccessScopes.patch
Updates a data access scope.
HTTP request
Path parameters
| Parameters | |
|---|---|
dataAccessScope.name | 
                
                   
 The unique full name of the data access scope. The name should comply with https://google.aip.dev/122 standards.  | 
              
Query parameters
| Parameters | |
|---|---|
updateMask | 
                
                   
 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:   | 
              
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.