Class: Google::Cloud::DeveloperConnect::V1::GenericHTTPEndpointConfig::BasicAuthentication

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#password_secret_version::String

Returns The password SecretManager secret version to authenticate as.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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