Class: Google::Monitoring::V3::UptimeCheckConfig::HttpCheck::BasicAuthentication
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::UptimeCheckConfig::HttpCheck::BasicAuthentication
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb
Overview
A type of authentication to perform against the specified resource or URL that uses username and password. Currently, only Basic authentication is supported in Uptime Monitoring.
Instance Attribute Summary collapse
-
#password ⇒ String
The password to authenticate.
-
#username ⇒ String
The username to authenticate.
Instance Attribute Details
#password ⇒ String
Returns The password to authenticate.
165 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 165 class BasicAuthentication; end |
#username ⇒ String
Returns The username to authenticate.
165 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 165 class BasicAuthentication; end |