Binding

Associates members with a role.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
role string The role that is assigned to the list of members. Example: roles/resourcemanager.projectViewer.
members array The identities requesting access. Supports user, serviceAccount, group, and domain members.
View JSON Schema on GitHub

JSON Schema

cloud-resource-manager-binding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Binding",
  "type": "object",
  "description": "Associates members with a role.",
  "properties": {
    "role": {
      "type": "string",
      "description": "The role that is assigned to the list of members. Example: roles/resourcemanager.projectViewer."
    },
    "members": {
      "type": "array",
      "description": "The identities requesting access. Supports user, serviceAccount, group, and domain members."
    }
  }
}