OBJECT
CloudDirectClusterThreatAnalyticsEnablement
Description
Cloud Direct clusters on which Threat Monitoring can be enabled.
link GraphQL Schema definition
- type CloudDirectClusterThreatAnalyticsEnablement {
- # Cloud Direct cluster information.
- : CloudDirectCluster
- # Indicates whether Data Threat Analytics is enabled.
- : Boolean!
- # Indicates whether the cloud direct cluster is healthy.
- : Boolean!
- # Indicates whether Threat Monitoring is enabled.
- : Boolean!
- }