NestedConfig
Import this model from the entry point of its package:
import { NestedConfig } from '@sailpoint/angular-sdk/custom_user_levels';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ancestorId | (optional) string | The unique identifier of the ancestor RightSet. | [default to undefined] |
| depth | (optional) number | The depth level of the configuration. | [default to undefined] |
| parentId | (optional) string | The unique identifier of the parent RightSet. | [default to undefined] |
| childrenIds | (optional) Array<string> | List of unique identifiers for child configurations. | [default to undefined] |