OBJECT
O365SubscriptionAppTypeCounts
Description
Represents the number of service types for a subscription.
link GraphQL Schema definition
- type O365SubscriptionAppTypeCounts {
- # The ID of the O365 subscription.
- UUID! :
- # The number of Exchange apps in this subscription based on their authentication
- # status.
- AuthCounts! :
- # The number of OneDrive apps in this subscription based on their authentication
- # status.
- AuthCounts! :
- # The number of SharePoint apps in this subscription based on their authentication
- # status.
- AuthCounts! :
- # The number of Teams apps in this subscription based on their authentication
- # status.
- AuthCounts! :
- }