OBJECT

LicenseConsumptionType

Description

Stores license consumption statistics.

link GraphQL Schema definition

  • type LicenseConsumptionType {
  • # Total number of licensed users protected.
  • usersProtected: Int
  • # Total amount of frontend storage consumed in bytes.
  • fetbConsumed: Long
  • # User and shared mailbox details.
  • protectedUserDetails: ProtectedUserDetails
  • }