Values.ScanDetectionsSourceContains a complete view providing malware scan result details.
type nonrec t = {scannedItemCount : ScannedItemCount.t option;Total number of scanned files.
*)threatsDetectedItemCount : ThreatsDetectedItemCount.t option;Total number of infected files.
*)highestSeverityThreatDetails : HighestSeverityThreatDetails.t option;Details of the highest severity threat detected during malware scan and number of infected files.
*)threatDetectedByName : ThreatDetectedByName.t option;Contains details about identified threats organized by threat name.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ])
list ]