OBJECT

O365SubscriptionAppTypeCounts

Description

Represents the number of service types for a subscription.

link GraphQL Schema definition

  • type O365SubscriptionAppTypeCounts {
  • # The ID of the O365 subscription.
  • subscriptionId: UUID!
  • # The number of Exchange apps in this subscription based on their authentication
  • # status.
  • exchangeAppCounts: AuthCounts!
  • # The number of OneDrive apps in this subscription based on their authentication
  • # status.
  • onedriveAppCounts: AuthCounts!
  • # The number of SharePoint apps in this subscription based on their authentication
  • # status.
  • sharepointAppCounts: AuthCounts!
  • # The number of Teams apps in this subscription based on their authentication
  • # status.
  • teamsAppCounts: AuthCounts!
  • }

link Require by