MutatePartnerPermissionsRequest

Request of updating permission settings for a partner workload.

JSON representation
{
  "name": string,
  "partnerPermissions": {
    object (PartnerPermissions)
  },
  "updateMask": string,
  "etag": string
}
Fields
name

string

Required. The name field is used to identify the workload. Format: organizations/{org_id}/locations/{locationId}/workloads/{workload_id}

partnerPermissions

object (PartnerPermissions)

Required. The partner permissions to be updated.

updateMask

string (FieldMask format)

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: "user.displayName,photo".

etag

string

Optional. The etag of the workload. If this is provided, it must match the server's etag.