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.
[[["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-04-17 UTC."],[[["This documentation is for the `BasicAuthentication` class, which is part of the `Google.Cloud.Monitoring.V3` API and handles basic HTTP authentication for uptime checks."],["The `BasicAuthentication` class, found within `UptimeCheckConfig.Types.HttpCheck.Types`, allows you to provide a username and password for resources or URLs that require authentication."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and providing various functionalities like deep cloning."],["The documentation offers a list of API versions, ranging from 2.3.0 to 3.15.0, allowing users to navigate through different versions and view the corresponding code."],["The class includes properties `Password` and `Username`, both of type string, which store the credentials needed for basic authentication."]]],[]]