OBJECT

M365SubscriptionThreatAnalyticsEnablement

Description

M365 subscriptions on which Threat Monitoring can be enabled.

link GraphQL Schema definition

  • type M365SubscriptionThreatAnalyticsEnablement {
  • # Indicates whether Data Threat Analytics is enabled.
  • dataThreatAnalyticsEnabled: Boolean!
  • # M365 ID.
  • id: String!
  • # Indicates whether the M365 organization is healthy.
  • isHealthy: Boolean!
  • # M365 organization name.
  • orgName: String!
  • # Indicates whether Threat Monitoring is enabled.
  • threatMonitoringEnabled: Boolean!
  • }