Values.PutAccountSettingResponseSourceAllows you to change the basic scan type version or registry policy scope.
type nonrec t = {name : AccountSettingName.t option;Retrieves the name of the account setting.
*)value : AccountSettingValue.t option;Retrieves the value of the specified account setting.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `ServerException of ServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]