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, used for providing authentication parameters to resources requiring a username and password in Uptime checks."],["The class supports Basic HTTP authentication, as defined by RFC7617, within the `Google.Cloud.Monitoring.V3` namespace."],["The `BasicAuthentication` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default constructor and one that accepts another `BasicAuthentication` object as a parameter for copying."],["The class includes two key properties, `Password` and `Username`, both of which are of type string and used to set the authentication credentials."]]],[]]