Class: Google::Cloud::Monitoring::V3::UptimeCheckConfig::HttpCheck::BasicAuthentication
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::UptimeCheckConfig::HttpCheck::BasicAuthentication
- 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
-
#password ⇒ ::String
The password to use when authenticating with the HTTP server.
-
#username ⇒ ::String
The username to use when authenticating with the HTTP server.
Instance Attribute Details
#password ⇒ ::String
Returns The password to use when authenticating with the HTTP server.
304 305 306 307 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 304 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.
304 305 306 307 |
# File 'proto_docs/google/monitoring/v3/uptime.rb', line 304 class BasicAuthentication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |