status property

String? status
getter/setter pair

The status.

See StartLostModeStatus. Possible string values are:

  • "STATUS_UNSPECIFIED" : Unspecified. This value is not used.
  • "SUCCESS" : The device was put into lost mode.
  • "RESET_PASSWORD_RECENTLY" : The device could not be put into lost mode because the admin reset the device's password recently.
  • "USER_EXIT_LOST_MODE_RECENTLY" : The device could not be put into lost mode because the user exited lost mode recently.
  • "ALREADY_IN_LOST_MODE" : The device is already in lost mode.

Implementation

core.String? status;