Values.FindingStatisticsSourceContains information about finding statistics.
type nonrec t = {countBySeverity : CountBySeverity.t option;Represents a list of map of severity to count statistics for a set of findings.
*)groupedByAccount : GroupedByAccount.t option;Represents a list of map of accounts with a findings count associated with each account.
*)groupedByDate : GroupedByDate.t option;Represents a list of map of dates with a count of total findings generated on each date per severity level.
*)groupedByFindingType : GroupedByFindingType.t option;Represents a list of map of finding types with a count of total findings generated for each type. Based on the orderBy parameter, this request returns either the most occurring finding types or the least occurring finding types. If the orderBy parameter is ASC, this will represent the least occurring finding types in your account; otherwise, this will represent the most occurring finding types. The default value of orderBy is DESC.
*)groupedByResource : GroupedByResource.t option;Represents a list of map of top resources with a count of total findings.
*)groupedBySeverity : GroupedBySeverity.t option;Represents a list of map of total findings for each severity level.
*)}