Tree structure
In Omada Identity, all data objects are located in the same global tree structure. The tree structure allows you to see at a glance how objects are connected, and their permissions relative to users and user groups. You can access the Tree structure dialog box under Setup > Administration > More...
Configuring data object types
To import data objects and organize them in the tree structure, the data objects must have at least two properties:
- ID
- Parent
The ID property must be a value property of the data type Text. All data objects must have unique IDs. You must also state the ID property as a Key property on the data object type.
The Parent property must be a single-value reference property to use for selecting a data object of the same type.