Values.CreateMicrosoftADResultSourceResult of a CreateMicrosoftAD request.
type nonrec t = {directoryId : DirectoryId.t option;The identifier of the directory that was created.
*)}type nonrec error = [ | `ClientException of ClientException.t| `DirectoryLimitExceededException of DirectoryLimitExceededException.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 ->
[> `ClientException of ClientException.t
| `DirectoryLimitExceededException of DirectoryLimitExceededException.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 ->
[> `ClientException of ClientException.t
| `DirectoryLimitExceededException of DirectoryLimitExceededException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]