TaggingCategoryQuerySpec

TaggingCategoryQuerySpec
TaggingCategoryQuerySpec

Query specification for filtering categories

JSON Example
{
    "associableTypes": [
        {
            "adapterKind": "string",
            "resourceKinds": [
                "string"
            ]
        }
    ],
    "cardinality": "string",
    "ids": [
        "string"
    ],
    "names": [
        "string"
    ]
}
associableTypes
Optional

Resource types to filter categories that can be associated with these specific resource types

string
cardinality
Optional

Defines the number of tags in a category that can be assigned to an object

Enumeration: SINGLE, MULTIPLE, UNKNOWN
array of string
ids
Optional

Category IDs to filter categories by specific identifiers

array of string
names
Optional

Category names to filter categories. Supports partial matching

Parameter To