changeChromeOsDeviceStatusAction property

String? changeChromeOsDeviceStatusAction
getter/setter pair

The action to take on the ChromeOS device in order to change its status.

Required. Possible string values are:

  • "CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_UNSPECIFIED" : Default value. Value is unused.
  • "CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_DEPROVISION" : Deprovisions a ChromeOS device. If you have ChromeOS devices that are no longer being used in your organization, you should deprovision them so that you’re no longer managing them. Deprovisioning the device removes all policies that were on the device as well as device-level printers and the ability to use the device as a kiosk. Depending on the upgrade that’s associated with the device this action might release the license back into the license pool; which allows you to use the license on a different device.
  • "CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_DISABLE" : Disables a ChromeOS device. Use this action if a user loses their device or it’s stolen, this makes it such that the device is still managed, so it will still receive policies, but no one can use it. Depending on the upgrade that’s associated with the device this action might release the license back into the license pool; which allows you to use the license on a different device.
  • "CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_REENABLE" : Reenables a ChromeOS device to be used after being disabled. Reenables the device once it's no longer lost or it's been recovered. This allows the device to be used again. Depending on the upgrade associated with the device this might consume one license from the license pool, meaning that if there aren't enough licenses available the operation will fail.

Implementation

core.String? changeChromeOsDeviceStatusAction;