UserPassword(mapping=None, *, ignore_unknown_fields=False, **kwargs)The username/password for a database user. Used for specifying initial users at cluster creation time.
Attributes |
|
|---|---|
| Name | Description |
user |
str
The database username. |
password |
str
The initial password for the user. |
password_set |
bool
Output only. Indicates if the initial_user.password field has been set. |