OBJECT
Threat Analytics Enablement Item Type.
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! }