Values.OwnerPropertiesSourceThe properties of a domain unit's owner.
type nonrec t = {user : OwnerUserProperties.t option;Specifies that the domain unit owner is a user.
*)group : OwnerGroupProperties.t option;Specifies that the domain unit owner is a group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of UserIdentifier.t ]) list ])
list ]