public sealed class SecretVersion : IMessage<SecretVolume.Types.SecretVersion>, IEquatable<SecretVolume.Types.SecretVersion>, IDeepCloneable<SecretVolume.Types.SecretVersion>, IBufferMessage, IMessage
Relative path of the file under the mount path where the secret value for
this version will be fetched and made available. For example, setting the
mount_path as '/etc/secrets' and path as /secret_foo would mount the
secret value file at /etc/secrets/secret_foo.
Version of the secret (version number or the string 'latest'). It is
preferrable to use latest version with secret volumes as secret value
changes are reflected immediately.
[[["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 details the `SecretVersion` class, which is used for configuring a single version of a secret in Google Cloud Functions."],["The `SecretVersion` class is part of the `Google.Cloud.Functions.V1` namespace and is implemented in the `Google.Cloud.Functions.V1.dll` assembly, with the latest version being 2.7.0 and version 1.3.0 being the version for the current document."],["The `SecretVersion` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for specific interactions and operations."],["The class includes two constructors: a parameterless one, `SecretVersion()`, and another, `SecretVersion(SecretVolume.Types.SecretVersion other)`, that takes another `SecretVersion` object as input, along with two properties: `Path`, to describe the file path, and `Version`, which represents the version of the secret."],["There are multiple prior versions of the documentation listed, ranging from 1.1.0 to 2.6.0, with the latest version being listed as 2.7.0."]]],[]]