Module: Google::Cloud::AlloyDB::V1alpha::User::UserType

Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

Enum that details the user type.

Constant Summary collapse

USER_TYPE_UNSPECIFIED =

Unspecified user type.

0
ALLOYDB_BUILT_IN =

The default user type that authenticates via password-based authentication.

1
ALLOYDB_IAM_USER =

Database user that can authenticate via IAM-Based authentication.

2