OBJECT
Specifies the objects with threats and without threats.
type ThreatMonitoringObjects {# Count of objects with threats.objectsWithThreats: Long! # Count of objects without threats.objectsWithoutThreats: Long! # Count of objects not scanned by Threat Monitoring.unscannedObjects: Long! }