Tagging_TagAssociation_TagToObjects

Tagging_TagAssociation_TagToObjects
Tagging_TagAssociation_TagToObjects

The TagAssociation.TagToObjects structure describes a tag and its related objects. Use the TagAssociation.list-attached-objects-on-tags operation to retrieve a list with each element containing a tag and the objects to which it is attached.

JSON Example
{
    "tag_id": "string",
    "object_ids": [
        {
            "type": "string",
            "id": "string"
        }
    ]
}
string
tag_id
Required

The identifier of the tag. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.tagging.Tag. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.cis.tagging.Tag.

object_ids
Required

The identifiers of the related objects.