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".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-22 UTC."],[[["This API endpoint, `projects.locations.instances.dataAccessScopes.patch`, is used to update a data access scope within the system."],["The HTTP request method for updating a data access scope is `PATCH`, and the unique name of the scope is required in the path."],["The `updateMask` query parameter allows for partial updates of specific fields like description and allowed/denied labels, otherwise all non-empty fields are overwritten."],["The request and response body both contain an instance of the `DataAccessScope`, which should be consulted to understand the data in transit."],["To successfully update a data access scope, the `chronicle.dataAccessScopes.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope are required."]]],[]]