Values.MetricsSummarySourceA summary of metrics for an account as of a specified date.
type nonrec t = {date : Timestamp.t option;The date from which the metrics summary information was retrieved.
*)openFindings : FindingMetricsValuePerSeverity.t option;The number of open findings of each severity.
*)categoriesWithMostFindings : CategoriesWithMostFindings.t option;A list of CategoryWithFindingNum objects for the top 5 finding categories with the most findings.
*)scansWithMostOpenFindings : ScansWithMostOpenFindings.t option;A list of ScanNameWithFindingNum objects for the top 3 scans with the most number of open findings.
*)scansWithMostOpenCriticalFindings : ScansWithMostOpenCriticalFindings.t option;A list of ScanNameWithFindingNum objects for the top 3 scans with the most number of open critical findings.
*)}