deviceLicenseType property

String? deviceLicenseType
getter/setter pair

Device license type.

Output only. Possible string values are:

  • "deviceLicenseTypeUnspecified" : The license type is unknown.
  • "enterprise" : The device is bundled with a perpetual Chrome Enterprise Upgrade.
  • "enterpriseUpgrade" : The device has an annual standalone Chrome Enterprise Upgrade.
  • "educationUpgrade" : The device has a perpetual standalone Chrome Education Upgrade.
  • "education" : The device is bundled with a perpetual Chrome Education Upgrade.
  • "kioskUpgrade" : The device has an annual Kiosk Upgrade.

Implementation

core.String? deviceLicenseType;