cis tagging tag association: object to tags

The object_to_tags structure describes an object and its related tags. Use the list_attached_tags_on_objects operation to retrieve a array with each element containing an object and the tags attached to it. This structure was added in vSphere API 6.5

Representation:

{
    "object_id"{
        "id""obj-103",
        "type""string"
    },
    "tag_ids"[
        "obj-103",
        "obj-103"
    ]
}

Attributes:

Name Type Description
Required
object_id dynamic_ID The identifier of the object. This attribute was added in vSphere API 6.5

tag_ids string[] The identifiers of the related tags. This attribute was added in vSphere API 6.5

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.