userType property

String? userType
getter/setter pair

Type of this user.

Optional. Possible string values are:

  • "USER_TYPE_UNSPECIFIED" : Unspecified user type.
  • "ALLOYDB_BUILT_IN" : The default user type that authenticates via password-based authentication.
  • "ALLOYDB_IAM_USER" : Database user that can authenticate via IAM-Based authentication.

Implementation

core.String? userType;