LicenseType
License type defining base entitlements
type LicenseType {
id: ID!
name: String!
description: String!
termLength: Int!
termPeriod: String!
unitPrice: String
createdAt: DateTime!
entitlements: [Entitlement!]!
}
Fields
LicenseType.id ● ID! non-null scalar common
The Primary ID for the License Type
LicenseType.name ● String! non-null scalar common
Human-readable name
LicenseType.description ● String! non-null scalar common
Human-readable description
LicenseType.termLength ● Int! non-null scalar common
Length of time that the license is active
LicenseType.termPeriod ● String! non-null scalar common
Type of renewal period
LicenseType.unitPrice ● String scalar common
Account-specific price override for this license type (LMS unit_price); null when using catalog default.
LicenseType.createdAt ● DateTime! non-null scalar common
The datetime the License was created
LicenseType.entitlements ● [Entitlement!]! non-null object licenses
Base entitlements included with this license type
Returned By
beta_v1_license_types query ● licenseTypes query
Member Of
License object