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 details the `BasicAuthentication` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for use in HTTP uptime checks."],["The `BasicAuthentication` class provides a method to include a username and password for authenticating with resources or URLs that require HTTP Basic Authentication."],["The webpage provides a list of previous versions of the `BasicAuthentication` class documentation, dating back to version 2.3.0, with the most current version being 3.15.0."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various functionalities."],["The class includes a default constructor, a constructor that takes another `BasicAuthentication` object, as well as `Username` and `Password` properties for setting authentication credentials, that are of the type string."]]],[]]