Developer Connect V1 API - Class Google::Cloud::DeveloperConnect::V1::GenericHTTPEndpointConfig::BasicAuthentication (v1.5.0)

Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::DeveloperConnect::V1::GenericHTTPEndpointConfig::BasicAuthentication.

Basic authentication with username and password.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#password_secret_version

def password_secret_version() -> ::String
Returns
  • (::String) — The password SecretManager secret version to authenticate as.

#password_secret_version=

def password_secret_version=(value) -> ::String
Parameter
  • value (::String) — The password SecretManager secret version to authenticate as.
Returns
  • (::String) — The password SecretManager secret version to authenticate as.

#username

def username() -> ::String
Returns
  • (::String) — Required. The username to authenticate as.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Required. The username to authenticate as.
Returns
  • (::String) — Required. The username to authenticate as.