Values.GroupByResultSourceRepresents finding statistics grouped by GroupedByField.
type nonrec t = {groupByField : NonEmptyString.t option;The attribute by which filtered security findings should be grouped.
*)groupByValues : GroupByValues.t option;An array of grouped values and their respective counts for each GroupByField.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t | `String of NonEmptyString.t ])
list ]
list
| `String of NonEmptyString.t ])
list ]