Google Cloud Platform · JSON Structure

Cloud Resource Manager Tag Key Structure

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

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

Properties

name parent shortName namespacedName description createTime updateTime etag

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TagKey",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "parent": {
      "type": "string"
    },
    "shortName": {
      "type": "string"
    },
    "namespacedName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "createTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    }
  }
}