Values.ScanResourceCriteriaSourceContains information about criteria used to filter resources before triggering malware scan.
type nonrec t = {include_ : ScanCriterion.t option;Represents condition that when matched will allow a malware scan for a certain resource.
*)exclude : ScanCriterion.t option;Represents condition that when matched will prevent a malware scan for a certain resource.
*)}