dualPasswordType property

String? dualPasswordType
getter/setter pair

Dual password status for the user. Possible string values are:

  • "DUAL_PASSWORD_TYPE_UNSPECIFIED" : The default value.
  • "NO_MODIFY_DUAL_PASSWORD" : Do not update the user's dual password status.
  • "NO_DUAL_PASSWORD" : No dual password usable for connecting using this user.
  • "DUAL_PASSWORD" : Dual password usable for connecting using this user.

Implementation

core.String? dualPasswordType;