RightsCategoryNodes

RightsCategoryNodes
RightsCategoryNodes

A list of rights category nodes.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "name": "string",
            "id": "string",
            "bundleKey": "string",
            "parent": "string",
            "rightsCount": {
                "view": 0,
                "modify": 0
            },
            "subCategories": [
                "string"
            ]
        }
    ]
}