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.
HTTP request
PATCH https://{endpoint}/v1/{name=organizations/*/locations/*/workloads/*}:mutatePartnerPermissions
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"partnerPermissions": {
object ( |
Fields | |
---|---|
partnerPermissions |
Required. The partner permissions to be updated. |
updateMask |
Required. The list of fields to be updated. E.g. updateMask { paths: "partnerPermissions.data_logs_viewer"} This is a comma-separated list of fully qualified names of fields. Example: |
etag |
Optional. The etag of the workload. If this is provided, it must match the server's etag. |
Response body
If successful, the response body contains an instance of Workload
.
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:
assuredworkloads.workload.update
For more information, see the IAM documentation.