TaggingResource

TaggingResource
TaggingResource

Represents a resource that has been assigned tags

JSON Example
{
    "resourceId": "string",
    "tags": [
        {
            "categoryId": "string",
            "categoryName": "string",
            "description": "string",
            "id": "string",
            "name": "string"
        }
    ]
}
string
resourceId
Required  

Unique identifier of the resource

array of TaggingTag
tags
Optional

List of tags currently assigned to this resource

Property Of