TaggingAssociationsSummary
The Associations.Summary describes a tag association.
Properties
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.
JSON Example
{
"object": {
"id": "string",
"type": "string"
},
"tag": "string"
}