Tag

The key and value for a tag.

JSON representation
{
  "tagKey": string,
  "tagKeyId": string,
  "tagValue": string,
  "tagValueId": string
}
Fields
tagKey

string

TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.

tagKeyId

string

TagKey ID, in the format of tagKeys/{TAG_KEY_ID}.

tagValue

string

TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.

tagValueId

string

TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.