public sealed class AccessSecretVersionRequest : IMessage<AccessSecretVersionRequest>, IEquatable<AccessSecretVersionRequest>, IDeepCloneable<AccessSecretVersionRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.AccessSecretVersion][google.cloud.secretmanager.v1.SecretManagerService.AccessSecretVersion].
[[["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."],[[["The `AccessSecretVersionRequest` class is a request message for accessing a specific secret version within the Google Cloud Secret Manager service."],["This class is part of the `Google.Cloud.SecretManager.V1` namespace and is implemented in the `Google.Cloud.SecretManager.V1.dll` assembly, and is accessible through the .NET framework."],["It inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AccessSecretVersionRequest` class has two constructors: a parameterless constructor and one that takes another `AccessSecretVersionRequest` instance as an argument, enabling object creation and cloning."],["The class includes a `Name` property (of type string) and a `SecretVersionName` property for specifying the resource name of the secret version being requested."]]],[]]