Values.CreateComputerResultSourceContains the results for the CreateComputer operation.
type nonrec t = {computer : Computer.t option;A Computer object that represents the computer account.
*)}type nonrec error = [ | `AuthenticationFailedException of AuthenticationFailedException.t| `ClientException of ClientException.t| `EntityAlreadyExistsException of EntityAlreadyExistsException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthenticationFailedException of AuthenticationFailedException.t
| `ClientException of ClientException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthenticationFailedException of AuthenticationFailedException.t
| `ClientException of ClientException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `EntityAlreadyExistsException of EntityAlreadyExistsException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of AttributeName.t ]) list ]
list
| `String of SID.t ])
list ])
list ]