Values.UserSummarySourceA structure containing a subset of the fields of a user object from a directory.
type nonrec t = {enabled : Boolean.t option;Indicates whether the user account is active.
*)givenName : GivenName.t option;The first name of the user.
*)sAMAccountName : UserName.t option;The name of the user.
*)sID : SID.t option;The unique security identifier (SID) of the user.
*)surname : Surname.t option;The last name of the user.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of GivenName.t ]) list ]