Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::UptimeCheckConfig::HttpCheck::BasicAuthentication.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#password
def password() -> ::String
Returns
- (::String) — The password to use when authenticating with the HTTP server.
#password=
def password=(value) -> ::String
Parameter
- value (::String) — The password to use when authenticating with the HTTP server.
Returns
- (::String) — The password to use when authenticating with the HTTP server.
#username
def username() -> ::String
Returns
- (::String) — The username to use when authenticating with the HTTP server.
#username=
def username=(value) -> ::String
Parameter
- value (::String) — The username to use when authenticating with the HTTP server.
Returns
- (::String) — The username to use when authenticating with the HTTP server.