Class UserPassword (0.3.10)

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

NameDescription
user str
The database username.
password str
The initial password for the user.