Values.HierarchicalPrincipalSourceInformation to define the hierarchy for which documents users should have access to.
type nonrec t = {principalList : PrincipalList.t;A list of principal lists that define the hierarchy for which documents users should have access to. Each hierarchical list specifies which user or group has allow or deny access for each document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of PrincipalName.t ])
list ]
list ])
list ]