Object GitHub::EnterpriseBillingInfo
Enterprise billing information visible to enterprise billing managers and owners.
Fields
allLicensableUsersCount: Int!
The number of licenseable users/emails across the enterprise.
assetPacks: Int!
The number of data packs used by all organizations owned by the enterprise.
availableSeats: Int!
`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalAvailableLicenses instead. Removal on 2020-01-01 UTC.
The number of available seats across all owned organizations based on the unique number of billable users.
bandwidthQuota: Float!
The bandwidth quota in GB for all organizations owned by the enterprise.
bandwidthUsage: Float!
The bandwidth usage in GB for all organizations owned by the enterprise.
bandwidthUsagePercentage: Int!
The bandwidth usage as a percentage of the bandwidth quota.
seats: Int!
`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned Use EnterpriseBillingInfo.totalLicenses instead. Removal on 2020-01-01 UTC.
The total seats across all organizations owned by the enterprise.
storageQuota: Float!
The storage quota in GB for all organizations owned by the enterprise.
storageUsage: Float!
The storage usage in GB for all organizations owned by the enterprise.
storageUsagePercentage: Int!
The storage usage as a percentage of the storage quota.
totalAvailableLicenses: Int!
The number of available licenses across all owned organizations based on the unique number of billable users.
totalLicenses: Int!
The total number of licenses allocated.