OBJECT
Aggregation stats for threat monitoring in the selected time range.
type ThreatMonitoringStats {# Number of objects scanned with threat matches found.objectsWithMatches: Long! # Number of objects scanned with no threat matches found.objectsWithNoMatches: Long! # Total number of objects scanned.totalObjectsScanned: Long! }