OBJECT

AuthCounts

Description

Represents the counts of apps in an O365 service type based on their authentication status.

link GraphQL Schema definition

  • type AuthCounts {
  • # The count of authenticated apps for the service type.
  • authenticated: Int!
  • # The count of partially authenticated apps for the service type.
  • unauthenticated: Int!
  • # The count of unauthenticated apps for the service type.
  • partiallyAuthenticated: Int!
  • }