HierarchicalRightSet
Import this model from the entry point of its package:
import { HierarchicalRightSet } from '@sailpoint/angular-sdk/custom_user_levels';
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] |