Tagging_Associations_Summary

Tagging_Associations_Summary
Tagging_Associations_Summary

The Associations.Summary describes a tag association.

JSON Example
{
    "tag": "string",
    "object": {
        "type": "string",
        "id": "string"
    }
}
string
tag
Required

The identifier of a 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
Required

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