Google Cloud Sql Admin V1beta4 Client - Class SqlUserType (0.2.12)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlUserType.

The user type.

Protobuf type google.cloud.sql.v1beta4.User.SqlUserType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

BUILT_IN

Value: 0

The database's built-in user type.

Generated from protobuf enum BUILT_IN = 0;

CLOUD_IAM_USER

Value: 1

Cloud IAM user.

Generated from protobuf enum CLOUD_IAM_USER = 1;

CLOUD_IAM_SERVICE_ACCOUNT

Value: 2

Cloud IAM service account.

Generated from protobuf enum CLOUD_IAM_SERVICE_ACCOUNT = 2;