Class: Google::Cloud::AlloyDB::V1alpha::UserPassword
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::UserPassword
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
The username/password for a database user. Used for specifying initial users at cluster creation time.
Instance Attribute Summary collapse
-
#password ⇒ ::String
The initial password for the user.
-
#user ⇒ ::String
The database username.
Instance Attribute Details
#password ⇒ ::String
Returns The initial password for the user.
32 33 34 35 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 32 class UserPassword include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::String
Returns The database username.
32 33 34 35 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 32 class UserPassword include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |