public sealed class GetInstanceAuthStringRequest : IMessage<GetInstanceAuthStringRequest>, IEquatable<GetInstanceAuthStringRequest>, IDeepCloneable<GetInstanceAuthStringRequest>, IBufferMessage, IMessage
Request for [GetInstanceAuthString][google.cloud.redis.v1.CloudRedis.GetInstanceAuthString].
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
[[["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 details the `GetInstanceAuthStringRequest` class, which is used to request authentication strings for Redis instances in Google Cloud."],["The `GetInstanceAuthStringRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for serialization, equality checks, and deep cloning."],["The class includes properties such as `InstanceName` and `Name`, with the latter representing the required Redis instance resource name in a specific format for accessing the proper instance."],["There are multiple versions available for this class, and 3.5.0 is the latest one."],["The `GetInstanceAuthStringRequest` class can be instantiated via a default constructor or a constructor that accepts another `GetInstanceAuthStringRequest` object as a parameter, allowing for object duplication."]]],[]]