Vcenter Tagging Associations ResultItem

Vcenter Tagging Associations ResultItem
Vcenter Tagging Associations ResultItem

Represents a tag that was attached to or detached from the resource object as part of the PATCH /vcenter/tagging/associations operation.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "operation": "string",
    "tag": "string",
    "tag_category_name_info": {
        "tag_name": "string",
        "category_name": "string"
    }
}
string
operation
Required

The type of operation that is performed on the tag.

For more information see: Vcenter Tagging Associations Operation.

This property was added in vSphere API 9.1.0.0.

string
tag
Required

The identifier of the tag involved in the operation.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.tagging.Tag. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.tagging.Tag.

tag_category_name_info
Required

The name of the tag and the category it belongs to.

This property was added in vSphere API 9.1.0.0.