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_v1alpha.types.User.UserType
Optional. Type of this user. |
Classes
UserType
UserType(value)
Enum that details the user type.