public sealed class InstanceAuthString : IMessage<InstanceAuthString>, IEquatable<InstanceAuthString>, IDeepCloneable<InstanceAuthString>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class InstanceAuthString.
[[["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 provides details for the `InstanceAuthString` class within the Google Cloud Memorystore for Redis v1beta1 API, specifically in version 3.0.0-beta04."],["`InstanceAuthString` is a sealed class that represents instance authentication string details and inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `InstanceAuthString` includes a constructor to create a new instance and another constructor that allows creating a clone from an existing instance."],["The primary property of `InstanceAuthString` is `AuthString`, a string property that represents the authentication string set on a Redis instance, retrievable via a getter and settable via a setter."],["The namespace for `InstanceAuthString` is `Google.Cloud.Redis.V1Beta1`, and the assembly it's a part of is `Google.Cloud.Redis.V1Beta1.dll`."]]],[]]