OBJECT

AzureSubscriptionRansomwareInvestigationEnablement

Description

Azure subscriptions on which Ransomware Investigation can be enabled.

link GraphQL Schema definition

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