Google Cloud Monitoring v3 API - Class UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication (3.8.0)

public sealed class UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication : IMessage<UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication>, IEquatable<UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication>, IDeepCloneable<UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Monitoring v3 API class UptimeCheckConfig.Types.HttpCheck.Types.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.

Inheritance

object > UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

BasicAuthentication()

public BasicAuthentication()

BasicAuthentication(BasicAuthentication)

public BasicAuthentication(UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication other)
Parameter
NameDescription
otherUptimeCheckConfigTypesHttpCheckTypesBasicAuthentication

Properties

Password

public string Password { get; set; }

The password to use when authenticating with the HTTP server.

Property Value
TypeDescription
string

Username

public string Username { get; set; }

The username to use when authenticating with the HTTP server.

Property Value
TypeDescription
string