public sealed class BasicAuthentication : IMessage<UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication>, IEquatable<UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication>, IDeepCloneable<UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `BasicAuthentication` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for Uptime check configurations in version 2.5.0 of the library."],["The `BasicAuthentication` class is used to provide username and password credentials for resources that require Basic HTTP authentication, and is part of the Uptime Check configuration."],["It supports multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has two constructors, a default and one accepting an existing `BasicAuthentication` object."],["The class contains two key properties: `Password` and `Username`, both of type `string`, to manage authentication credentials."],["The available versions for the referenced BasicAuthentication class are listed, with the latest being 3.15.0, and include a large number of previous versions."]]],[]]