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 webpage provides documentation for the `BasicAuthentication` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for Uptime checks in version 2.3.0 and prior."],["The `BasicAuthentication` class is used to supply authentication parameters for resources or URLs that require a username and password using HTTP Basic authentication."],["The class includes two main properties, `Password` and `Username`, both of which are strings used to store authentication credentials for a HTTP server."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits basic members from the Object class."],["The page lists all previous version of the service all the way up to the latest, version 3.15.0, allowing you to navigate to the documentation for any one of them."]]],[]]