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.
- : Boolean!
- # Azure subscription ID.
- : String!
- # Indicates whether the Azure subscription is healthy.
- : Boolean!
- # Azure subscription name.
- : String!
- # Indicates whether Threat Monitoring is enabled.
- : Boolean!
- }