---
id: v1-hierarchical-right-set
title: HierarchicalRightSet
pagination_label: HierarchicalRightSet
sidebar_label: HierarchicalRightSet
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'HierarchicalRightSet', 'v1HierarchicalRightSet']
slug: /tools/sdk/typescript/custom_user_levels/models/hierarchical-right-set
tags: ['SDK', 'Software Development Kit', 'HierarchicalRightSet', 'v1HierarchicalRightSet']
---

# HierarchicalRightSet

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | The unique identifier of the RightSet. | [default to undefined]
**name** | **(optional)** `string` | The human-readable name of the RightSet. | [default to undefined]
**description** | **(optional)** `string` | A human-readable description of the RightSet. | [default to undefined]
**category** | **(optional)** `string` | The category of the RightSet. | [default to undefined]
**nestedConfig** | **(optional)** `NestedConfig` |  | [default to undefined]
**children** | **(optional)** `Array<HierarchicalRightSet>` | List of child HierarchicalRightSets. | [default to undefined]

