TaggingTagAssociationTagToObjects
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.
Properties
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.
JSON Example
{
"object_ids": [
{
"id": "string",
"type": "string"
}
],
"tag_id": "string"
}