Values.DescribeUserResultSourceReturns information about a specific user.
type nonrec t = {directoryId : DirectoryId.t option;The identifier (ID) of the directory that's associated with the user.
*)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;The attribute values that are returned for the attribute names that are included in the request. Attribute names are case insensitive.
*)realm : Realm.t option;The domain name that's associated with 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.
*)userPrincipalName : UserPrincipalName.t option;The UPN that is an Internet-style login name for a user and is based on the Internet standard RFC 822. The UPN is shorter than the distinguished name and easier to remember.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]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 DirectoryId.t ])
list ]