TaggingTagAssociationAttachMultipleTagsToObjectRequestBody

This is a request body class for an operation.


Properties

object_id Required

The identifier of the input object.


array of string
tag_ids Required

The identifiers of the input tags. The parameter must 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?