Update the permissions settings for an existing partner workload. For force updates don't set etag field in the Workload. Only one update operation per workload can be in progress.
[[["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 2024-08-23 UTC."],[[["This API endpoint allows updating the permissions settings for a partner workload using a PATCH request to a specific URL, with the workload identified by its unique name."],["The request requires an `updateMask` to specify the fields that need to be modified within the `partnerPermissions`, and `partnerPermissions` is a required object that defines what is being updated."],["The endpoint URL uses gRPC Transcoding syntax and requires the `assuredworkloads.workload.update` IAM permission on the specified workload resource."],["The `etag` field is optional, but if included, it must match the server's etag to proceed with the update, and it must be empty for force updates."],["Successful requests will return an instance of the `Workload` resource in the response body, and it requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]