TaggingCategory
TaggingCategory
Represents a tagging category for organizing tags
JSON Example
{
"associableTypes": [
{
"adapterKind": "string",
"resourceKinds": [
"string"
]
}
],
"cardinality": "string",
"description": "string",
"id": "string",
"name": "string"
}
array of
TaggingAssociableType
associableTypes
Optional
Type of objects which this category's tags can be associated with
string
cardinality
Optional
Defines the number of tags in a category that can be assigned to an object
Enumeration:
SINGLE,
MULTIPLE,
UNKNOWN
string
description
Optional
Category description
string As uuid
As uuid
id
Optional
ID associated with the category
string
name
Optional
Category name
Property Of