OBJECT

AzureSubscriptionThreatAnalyticsEnablement

Description

Azure subscriptions on which Threat Monitoring can be enabled.

link GraphQL Schema definition

  • type AzureSubscriptionThreatAnalyticsEnablement {
  • # Indicates whether Data Threat Analytics is enabled.
  • dataThreatAnalyticsEnabled: Boolean!
  • # Azure subscription ID.
  • id: String!
  • # Indicates whether the Azure subscription is healthy.
  • isHealthy: Boolean!
  • # Azure subscription name.
  • subscriptionName: String!
  • # Indicates whether Threat Monitoring is enabled.
  • threatMonitoringEnabled: Boolean!
  • }