Values.DomainUnitPolicyGrantPrincipalSourceThe domain unit principal to whom the policy is granted.
type nonrec t = {domainUnitDesignation : DomainUnitDesignation.t;Specifes the designation of the domain unit users.
*)domainUnitIdentifier : DomainUnitId.t option;The ID of the domain unit.
*)domainUnitGrantFilter : DomainUnitGrantFilter.t option;The grant filter for the domain unit.
*)}val make :
?domainUnitIdentifier:??? ->
?domainUnitGrantFilter:??? ->
domainUnitDesignation:DomainUnitDesignation.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainUnitId.t
| `Structure of (string * [> `Structure of 'a list ]) list ])
list ]