Module Values.FindingCriteriaSource

Contains information about the criteria used for querying findings.

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

    Represents a map of finding properties that match specified conditions and values when querying findings.

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