public sealed class InstanceAuthString : IMessage<InstanceAuthString>, IEquatable<InstanceAuthString>, IDeepCloneable<InstanceAuthString>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class InstanceAuthString.
[[["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 provides documentation for the `InstanceAuthString` class within the Google Cloud Memorystore for Redis v1 API, specifically version 3.1.0."],["The `InstanceAuthString` class is used to manage the instance's AUTH string details, it inherits from `Object`, and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstanceAuthString` class has two constructors: a default constructor and a copy constructor, to create a new object from an existing `InstanceAuthString` object."],["It contains a single property `AuthString`, of type string, which is used to get or set the instance's AUTH string."],["The documentation also provides links to other versions, from 2.2.0 to 3.5.0, with 3.5.0 being the latest."]]],[]]