public sealed class AccessSecretVersionResponse : IMessage<AccessSecretVersionResponse>, IEquatable<AccessSecretVersionResponse>, IDeepCloneable<AccessSecretVersionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1 API class AccessSecretVersionResponse.
Response 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 document provides reference information for the `AccessSecretVersionResponse` class within the Google Cloud Secret Manager v1 API, specifically for version 2.3.0."],["The `AccessSecretVersionResponse` class is used as a response message for the `SecretManagerService.AccessSecretVersion` method, as part of managing secret versions."],["This class includes properties like `Name` (a string representing the resource name of a SecretVersion), `Payload` (a `SecretPayload` object containing the secret data), and `SecretVersionName` (a typed view over the `Name` property)."],["The `AccessSecretVersionResponse` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this documentation is version 2.5.0 and previous versions listed in the documentation are available from 2.4.0 to 1.3.0."]]],[]]