Class: Google::Cloud::Monitoring::V3::UptimeCheckConfig::HttpCheck::BasicAuthentication

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/uptime.rb

Overview

The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only Basic HTTP authentication is supported in Uptime checks.

Instance Attribute Summary collapse

Instance Attribute Details

#password::String

Returns The password to use when authenticating with the HTTP server.

Returns:

  • (::String)

    The password to use when authenticating with the HTTP server.



258
259
260
261
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 258

class BasicAuthentication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#username::String

Returns The username to use when authenticating with the HTTP server.

Returns:

  • (::String)

    The username to use when authenticating with the HTTP server.



258
259
260
261
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 258

class BasicAuthentication
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end