Values.UserSourceA user object that contains identifying information and attributes for a specified user.
type nonrec t = {distinguishedName : DistinguishedName.t option;The distinguished name of the object.
*)emailAddress : EmailAddress.t option;The email address of the user.
*)enabled : Boolean.t option;Indicates whether the user account is active.
*)givenName : GivenName.t option;The first name of the user.
*)otherAttributes : Attributes.t option;An expression that includes one or more attributes, data types, and values of a 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.
*)userPrincipalName : UserPrincipalName.t option;The UPN that is an internet-style login name for a user and based on the internet standard RFC 822. The UPN is shorter than the distinguished name and easier to remember.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of LdapDisplayName.t ]
* [> `Structure of
(string
* [> `Boolean of BooleanAttributeValue.t
| `List of [> `String of StringAttributeValue.t ] list
| `Long of NumberAttributeValue.t
| `String of StringAttributeValue.t ])
list ])
list
| `String of DistinguishedName.t ])
list ]