Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::UserPassword.
The username/password for a database user. Used for specifying initial users at cluster creation time.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#password
def password() -> ::String Returns 
 - (::String) — The initial password for the user.
 
#password=
def password=(value) -> ::String Parameter 
 - value (::String) — The initial password for the user.
 
 Returns 
 - (::String) — The initial password for the user.
 
#user
def user() -> ::String Returns 
 - (::String) — The database username.
 
#user=
def user=(value) -> ::String Parameter 
 - value (::String) — The database username.
 
 Returns 
 - (::String) — The database username.