Module Values.GroupByRuleSource

Defines the how the finding attribute should be grouped.

Sourcetype nonrec t = {
  1. filters : OcsfFindingFilters.t option;
    (*

    The criteria used to select which security findings should be included in the grouping operation.

    *)
  2. groupByField : GroupByField.t;
    (*

    The attribute by which filtered findings should be grouped.

    *)
}
Sourceval context_ : string
Sourceval make : ?filters:??? -> groupByField:GroupByField.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * Awso.Botodata.value) 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