Values.ComputerSourceContains information about a computer account in a directory.
type nonrec t = {computerId : SID.t option;The identifier of the computer.
*)computerName : ComputerName.t option;The computer name.
*)computerAttributes : Attributes.t option;An array of Attribute objects containing the LDAP attributes that belong to the computer account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of AttributeName.t ]) list ]
list
| `String of SID.t ])
list ]