OBJECT

ThreatMonitoringObjects

Description

Specifies the objects with threats and without threats.

link GraphQL Schema definition

  • 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!
  • }

link Require by