Vcenter Tagging Associations TagCategoryNameInfo
Vcenter Tagging Associations TagCategoryNameInfo
Represents a vSphere tag by its name and its respective category's name.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"tag_name": "string",
"category_name": "string"
}
string
tag_name
Required
The name of the tag to attach or detach.
This property was added in vSphere API 9.1.0.0.
string
category_name
Required
The name of the category that the tag belongs to.
This property was added in vSphere API 9.1.0.0.