Values.ThreatDetectedByNameSourceContains details about identified threats organized by threat name.
type nonrec t = {itemCount : Integer.t option;Total number of infected files identified.
*)uniqueThreatNameCount : Integer.t option;Total number of unique threats by name identified, as part of the malware scan.
*)shortened : Boolean.t option;Flag to determine if the finding contains every single infected file-path and/or every threat.
*)threatNames : ScanThreatNames.t option;List of identified threats with details, organized by threat name.
*)}