Values.GroupByRuleSourceDefines the how the finding attribute should be grouped.
type nonrec t = {filters : OcsfFindingFilters.t option;The criteria used to select which security findings should be included in the grouping operation.
*)groupByField : GroupByField.t;The attribute by which filtered findings should be grouped.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * Awso.Botodata.value) list ])
list ]