Tagging_TagAssociation_ObjectToTags

Tagging_TagAssociation_ObjectToTags
Tagging_TagAssociation_ObjectToTags

The TagAssociation.ObjectToTags structure describes an object and its related tags. Use the TagAssociation.list-attached-tags-on-objects operation to retrieve a list with each element containing an object and the tags attached to it.

JSON Example
{
    "object_id": {
        "type": "string",
        "id": "string"
    },
    "tag_ids": [
        "string"
    ]
}
object_id
Required

The DynamicID structure represents an identifier for a resource of an arbitrary type.

array of string
tag_ids
Required

The identifiers of the related tags. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.cis.tagging.Tag. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.cis.tagging.Tag.