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