Class: Google::Cloud::CloudDMS::V1::AlloyDbSettings::UserPassword
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::AlloyDbSettings::UserPassword
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_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.
-
#password_set ⇒ ::Boolean
readonly
Output only.
-
#user ⇒ ::String
The database username.
Instance Attribute Details
#password ⇒ ::String
Returns The initial password for the user.
516 517 518 519 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 516 class UserPassword include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#password_set ⇒ ::Boolean (readonly)
Returns Output only. Indicates if the initial_user.password field has been set.
516 517 518 519 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 516 class UserPassword include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::String
Returns The database username.
516 517 518 519 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 516 class UserPassword include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |