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: Int!
  • }