Values.DisableCAEnrollmentPolicyResultSourceContains the results of the DisableCAEnrollmentPolicy operation.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientException of ClientException.t| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t| `DisableAlreadyInProgressException of DisableAlreadyInProgressException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `DisableAlreadyInProgressException of DisableAlreadyInProgressException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientException of ClientException.t
| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
| `DirectoryUnavailableException of DirectoryUnavailableException.t
| `DisableAlreadyInProgressException of DisableAlreadyInProgressException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]