TaggingTagAssociationListAttachedTagsResponseBody
This is a response body class for an operation.
Properties
array of
string
value
Optional
The list of all tag identifiers that correspond to the tags attached to the given object. The result will contain identifiers for the resource type: com.vmware.cis.tagging.Tag.
JSON Example
{
"value": [
"string"
]
}