passwordState property

String? passwordState
getter/setter pair

Password state of the DeviceUser object Possible string values are:

  • "PASSWORD_STATE_UNSPECIFIED" : Password state not set.
  • "PASSWORD_SET" : Password set in object.
  • "PASSWORD_NOT_SET" : Password not set in object.

Implementation

core.String? passwordState;