screenLockSecured property

String? screenLockSecured
getter/setter pair

The state of the Screen Lock password protection.

On ChromeOS, this value will always be ENABLED as there is not way to disable requiring a password or pin when unlocking the device. Possible string values are:

  • "SCREEN_LOCK_SECURED_UNSPECIFIED" : Unspecified.
  • "SCREEN_LOCK_SECURED_UNKNOWN" : Chrome could not evaluate the state of the Screen Lock mechanism.
  • "SCREEN_LOCK_SECURED_DISABLED" : The Screen Lock is not password-protected.
  • "SCREEN_LOCK_SECURED_ENABLED" : The Screen Lock is password-protected.

Implementation

core.String? screenLockSecured;