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."],[[["This webpage documents the `AccessSecretVersionRequest` class, which is used to request access to a specific secret version within Google Cloud Secret Manager."],["The `AccessSecretVersionRequest` class is part of the `Google.Cloud.SecretManager.V1` namespace and is implemented in the `Google.Cloud.SecretManager.V1.dll` assembly."],["The latest version of `AccessSecretVersionRequest` is `2.5.0` and there are historical versions listed, down to version `1.3.0`."],["The `AccessSecretVersionRequest` class has two constructors and two main properties: `Name` (a string) and `SecretVersionName` (of type `SecretVersionName`)."],["The `Name` property is a required field representing the resource name of the secret version, formatted as `projects/*/secrets/*/versions/*`."]]],[]]