OBJECT

AzureSubscriptionThreatMonitoringEnablement

Description

Azure subscriptions on which Threat Monitoring can be enabled.

link GraphQL Schema definition

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