SetIamPolicyRequest

Request message for SetIamPolicy method.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
updateMask string A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified.
View JSON Schema on GitHub

JSON Schema

cloud-resource-manager-set-iam-policy-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SetIamPolicyRequest",
  "type": "object",
  "description": "Request message for SetIamPolicy method.",
  "properties": {
    "updateMask": {
      "type": "string",
      "description": "A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified."
    }
  }
}