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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication` class within the Google Cloud Monitoring v3 API, detailing its usage for providing authentication parameters to resources that need a username and password."],["The `BasicAuthentication` class is implemented through several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it useful for basic HTTP authentication in uptime checks."],["The class supports basic HTTP authentication, which is the only authentication method supported in the uptime checks, as specified by RFC7617."],["It includes properties for setting the `Username` and `Password`, which are used for authentication with the HTTP server."],["The document includes links to access different versions, from 3.15.0 (latest) down to 2.3.0, of the `BasicAuthentication` documentation for historical reference."]]],[]]