Google Cloud Platform · JSON Structure

Cloud Resource Manager Policy Structure

Type: object Properties: 3
API ManagementCloud ComputingInfrastructurePlatform as a Service

Policy is a JSON Structure definition published by Google Cloud Platform, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

version bindings etag

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Policy",
  "type": "object",
  "properties": {
    "version": {
      "type": "integer"
    },
    "bindings": {
      "type": "array"
    },
    "etag": {
      "type": "string"
    }
  }
}