Class: Google::Cloud::DeveloperConnect::V1::GenericHTTPEndpointConfig::BasicAuthentication
- Inherits:
-
Object
- Object
- Google::Cloud::DeveloperConnect::V1::GenericHTTPEndpointConfig::BasicAuthentication
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/developer_connect.rb
Overview
Basic authentication with username and password.
Instance Attribute Summary collapse
-
#password_secret_version ⇒ ::String
The password SecretManager secret version to authenticate as.
-
#username ⇒ ::String
Required.
Instance Attribute Details
#password_secret_version ⇒ ::String
Returns The password SecretManager secret version to authenticate as.
277 278 279 280 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 277 class BasicAuthentication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Required. The username to authenticate as.
277 278 279 280 |
# File 'proto_docs/google/cloud/developerconnect/v1/developer_connect.rb', line 277 class BasicAuthentication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |