Module Values.FindingCriteriaSource

Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.

Sourcetype nonrec t = {
  1. criterion : Criterion.t option;
    (*

    A condition that specifies the property, operator, and one or more values to use to filter the results.

    *)
}
Sourceval make : ?criterion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `Structure of (string * [> `List of [> `String of string ] list | `Long of Awso.Import.Int64.t ]) list ]) list ]) 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