Google Cloud Platform · JSON Structure

Cloud Resource Manager Tag Binding Structure

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

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

Properties

name parent tagValue tagValueNamespacedName

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TagBinding",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "parent": {
      "type": "string"
    },
    "tagValue": {
      "type": "string"
    },
    "tagValueNamespacedName": {
      "type": "string"
    }
  }
}