type property

String? type
getter/setter pair

The user type.

It determines the method to authenticate the user during login. The default is the database's built-in user type. Possible string values are:

  • "BUILT_IN" : The database's built-in user type.
  • "CLOUD_IAM_USER" : Cloud IAM user.
  • "CLOUD_IAM_SERVICE_ACCOUNT" : Cloud IAM service account.

Implementation

core.String? type;