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

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

Instance Attribute Details

#passwordString

Returns The password to authenticate.

Returns:

  • (String)

    The password to authenticate.



165
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 165

class BasicAuthentication; end

#usernameString

Returns The username to authenticate.

Returns:

  • (String)

    The username to authenticate.



165
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime.rb', line 165

class BasicAuthentication; end