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 within the Google Cloud .NET library."],["The `InstanceAuthString` class represents the authentication string details for a Redis instance and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides properties like `AuthString`, which represents the authentication string set on the instance."],["The documentation includes links to various versions, ranging from 2.2.0 to 3.5.0 (latest), allowing users to refer to specific version details."],["The page provides the `InstanceAuthString` class's constructors which are a parameterless one and one with a parameter of type `InstanceAuthString`."]]],[]]