TagIdNameId

TagIdNameId
TagIdNameId

Specifies information required to uniquely identify a vSphere tag by its name.

Names of tags within the scope of a given category are unique, but the names of tags belonging to two different categories can be same. Hence, to uniquely identify a tag by its name in a given vSphere, both tag name and its parent category's name are required.

Since: vSphere API Release 9.1.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "tag": "string",
    "category": "string"
}
string
tag
Required

Name of the vSphere tag represented by this TagId.

string
category
Required

Name of the vSphere category that this tag belongs to.