TaggingTagAssociationObjectToTags

The TagAssociation.ObjectToTags structure describes an object and its related tags. Use the TagAssociation.list-attached-tags-on-objects operation to retrieve a list with each element containing an object and the tags attached to it.


Properties

object_id Required

The identifier of the object.


array of string
tag_ids Required

The identifiers of the related tags. 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.

JSON Example

{
	"object_id": {
		"id": "string",
		"type": "string"
	},
	"tag_ids": [
		"string"
	]
}

Feedback

Was this page helpful?