Values.MalwareProtectionFindingsScanConfigurationSourceContains finding configuration details about the malware scan.
type nonrec t = {triggerType : TriggerType.t option;The event that triggered the malware scan.
*)incrementalScanDetails : IncrementalScanDetails.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]