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