Values.InternalAccessFindingsStatisticsSourceProvides aggregate statistics about the findings for the specified internal access analyzer. This includes counts of active, archived, and resolved findings.
type nonrec t = {resourceTypeStatistics : InternalAccessResourceTypeStatisticsMap.t option;The total number of active findings for each resource type of the specified internal access analyzer.
*)totalActiveFindings : Integer.t option;The number of active findings for the specified internal access analyzer.
*)totalArchivedFindings : Integer.t option;The number of archived findings for the specified internal access analyzer.
*)totalResolvedFindings : Integer.t option;The number of resolved findings for the specified internal access analyzer.
*)}