Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::AuthConfig::UserPassword.
Parameters to support Username and Password Authentication.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#password
def password() -> ::Google::Cloud::Connectors::V1::Secret
Returns
- (::Google::Cloud::Connectors::V1::Secret) — Secret version reference containing the password.
#password=
def password=(value) -> ::Google::Cloud::Connectors::V1::Secret
Parameter
- value (::Google::Cloud::Connectors::V1::Secret) — Secret version reference containing the password.
Returns
- (::Google::Cloud::Connectors::V1::Secret) — Secret version reference containing the password.
#username
def username() -> ::String
Returns
- (::String) — Username.
#username=
def username=(value) -> ::String
Parameter
- value (::String) — Username.
Returns
- (::String) — Username.