OBJECT

CloudDirectClusterThreatAnalyticsEnablement

Description

Cloud Direct clusters on which Threat Monitoring can be enabled.

link GraphQL Schema definition

  • type CloudDirectClusterThreatAnalyticsEnablement {
  • # Cloud Direct cluster information.
  • cluster: CloudDirectCluster
  • # Indicates whether Data Threat Analytics is enabled.
  • dataThreatAnalyticsEnabled: Boolean!
  • # Indicates whether the cloud direct cluster is healthy.
  • isHealthy: Boolean!
  • # Indicates whether Threat Monitoring is enabled.
  • threatMonitoringEnabled: Boolean!
  • }