Values.ScanResultThreatSourceContains information about a specific threat that was detected during the malware scan.
type nonrec t = {name : NonEmptyString.t option;The name of the detected threat.
*)source : DetectionSource.t option;The source that detected this threat.
*)count : PositiveLong.t option;The number of instances of this threat that were detected.
*)hash : NonEmptyString.t option;The hash value associated with the detected threat.
*)itemDetails : ItemDetailsList.t option;Additional information about where this threat was detected.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ]
list
| `Long of PositiveLong.t
| `String of NonEmptyString.t ])
list ]