Values.AggregatedScanResultSourceContains aggregated scan results across multiple scan operations, providing a summary of scan status and findings.
type nonrec t = {failedScan : Boolean.t option;A Boolean value indicating whether any of the aggregated scans failed.
*)findings : ScanFindings.t option;An array of findings discovered across all aggregated scans.
*)lastComputed : string option;The timestamp when the aggregated scan result was last computed, in Unix format and Coordinated Universal Time (UTC).
*)}