OBJECT
LicenseConsumptionType
Description
Stores license consumption statistics.
link GraphQL Schema definition
- type LicenseConsumptionType {
- # Total number of licensed users protected.
- Int :
- # Total amount of frontend storage consumed in bytes.
- Long :
- # User and shared mailbox details.
- ProtectedUserDetails :
- }