Values.DisableSsoResultSourceContains the results of the DisableSso operation.
type nonrec error = [ | `AuthenticationFailedException of AuthenticationFailedException.t| `ClientException of ClientException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InsufficientPermissionsException of InsufficientPermissionsException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthenticationFailedException of AuthenticationFailedException.t
| `ClientException of ClientException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InsufficientPermissionsException of InsufficientPermissionsException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthenticationFailedException of AuthenticationFailedException.t
| `ClientException of ClientException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InsufficientPermissionsException of InsufficientPermissionsException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]