Values.CriteriaSourceDefines the parameters and conditions used to evaluate and filter security findings.
type nonrec t = {ocsfFindingCriteria : OcsfFindingFilters.t option;The filtering conditions that align with OCSF standards.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * Awso.Botodata.value) list ]) list ]