TagValue

A tag value, which is a child of a tag key. Tag values are the specific labels that can be attached to resources through tag bindings.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
name string The resource name of the tag value in the form tagValues/{tag_value_id}. Output only.
parent string The resource name of the parent tag key.
shortName string The user-friendly short name for the tag value. Unique for a given tag key. Maximum length of 256 characters.
namespacedName string The namespaced name of the tag value in the form {parentNamespace}/{shortName}. Output only.
description string User-assigned description of the tag value. Maximum length of 256 characters.
createTime string Timestamp when the tag value was created. Output only.
updateTime string Timestamp when the tag value was last modified. Output only.
etag string Entity tag for optimistic concurrency control.
View JSON Schema on GitHub

JSON Schema

cloud-resource-manager-tag-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagValue",
  "type": "object",
  "description": "A tag value, which is a child of a tag key. Tag values are the specific labels that can be attached to resources through tag bindings.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The resource name of the tag value in the form tagValues/{tag_value_id}. Output only."
    },
    "parent": {
      "type": "string",
      "description": "The resource name of the parent tag key."
    },
    "shortName": {
      "type": "string",
      "description": "The user-friendly short name for the tag value. Unique for a given tag key. Maximum length of 256 characters."
    },
    "namespacedName": {
      "type": "string",
      "description": "The namespaced name of the tag value in the form {parentNamespace}/{shortName}. Output only."
    },
    "description": {
      "type": "string",
      "description": "User-assigned description of the tag value. Maximum length of 256 characters."
    },
    "createTime": {
      "type": "string",
      "description": "Timestamp when the tag value was created. Output only."
    },
    "updateTime": {
      "type": "string",
      "description": "Timestamp when the tag value was last modified. Output only."
    },
    "etag": {
      "type": "string",
      "description": "Entity tag for optimistic concurrency control."
    }
  }
}