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 provides reference for the `UptimeCheckConfig.Types.HttpCheck.Types.BasicAuthentication` class within the Google Cloud Monitoring v3 API, specifically for version 3.10.0."],["The `BasicAuthentication` class is used to configure authentication parameters for HTTP servers that require a username and password for uptime checks, currently supporting only Basic HTTP authentication."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a part of Google's .NET implementation for interacting with the Google Cloud Platform."],["The class has two main properties, `Password` and `Username`, which are string types and are used to set the credentials for authentication with an HTTP server during uptime checks."],["The documentation also provides details on 20 versions of the API, from version 3.15.0 (latest) down to 2.3.0."]]],[]]