OBJECT

ThreatAnalyticsEnablementItem

Description

Threat Analytics Enablement Item Type.

link GraphQL Schema definition

  • type ThreatAnalyticsEnablementItem {
  • # Indicates whether Data Threat Analytics is enabled.
  • dataThreatAnalyticsEnabled: Boolean!
  • # Item Id.
  • id: String!
  • # Indicates whether item is healthy.
  • isHealthy: Boolean!
  • # Item name.
  • name: String!
  • # Indicates whether Threat Monitoring is enabled.
  • threatMonitoringEnabled: Boolean!
  • }