Module Values.PutAccountSettingRequestSource

Allows you to change the basic scan type version or registry policy scope.

Sourcetype nonrec t = {
  1. name : AccountSettingName.t;
    (*

    The name of the account setting, such as BASIC_SCAN_TYPE_VERSION, REGISTRY_POLICY_SCOPE, or BLOB_MOUNTING.

    *)
  2. value : AccountSettingValue.t;
    (*

    Setting value that is specified. Valid value for basic scan type: AWS_NATIVE. Valid values for registry policy scope: V2. Valid values for blob mounting: ENABLED or DISABLED.

    *)
}
Sourceval context_ : string
Sourceval make : name:AccountSettingName.t -> value:AccountSettingValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountSettingName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t