public sealed class InstanceAuthString : IMessage<InstanceAuthString>, IEquatable<InstanceAuthString>, IDeepCloneable<InstanceAuthString>, IBufferMessage, IMessage
[[["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 webpage documents the `InstanceAuthString` class, which is part of the `Google.Cloud.Redis.V1` namespace in the Google Cloud .NET library."],["The `InstanceAuthString` class represents the details of an instance's AUTH string, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class, providing access to methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors for `InstanceAuthString`: a default constructor and one that takes another `InstanceAuthString` instance as a parameter to allow for copying properties."],["The primary property of `InstanceAuthString` is `AuthString`, a string property that represents the AUTH string set on the Redis instance, which can be accessed and modified."]]],[]]