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-03-21 UTC."],[[["This documentation covers the `BasicAuthentication` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for the `UptimeCheckConfig.Types.HttpCheck.Types` context, referencing version 3.7.0 and higher."],["The `BasicAuthentication` class is used to define authentication parameters, including a username and password, for resources requiring authentication in Uptime checks, with support limited to Basic HTTP authentication."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Cloud Monitoring API structure."],["The class provides properties for `Password` and `Username`, both of type `string`, which are utilized for HTTP server authentication, and has links to documentation for each version from 2.3.0 up to the latest 3.15.0."],["Constructors for `BasicAuthentication` include a default constructor and one that allows for creating a new instance based on an existing `BasicAuthentication` object."]]],[]]