Class User (0.3.15)

User(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing User object.

Attributes

Name Description
name str
Output only. Name of the resource in the form of projects/{project}/locations/{location}/cluster/{cluster}/users/{user}.
password str
Input only. Password for the user.
database_roles MutableSequence[str]
Optional. List of database roles this user has. The database role strings are subject to the PostgreSQL naming conventions.
user_type google.cloud.alloydb_v1.types.User.UserType
Optional. Type of this user.
keep_extra_roles bool
Input only. If the user already exists and it has additional roles, keep them granted.

Classes

UserType

UserType(value)

Enum that details the user type.