public sealed class SecretVolume.Types.SecretVersion : IMessage<SecretVolume.Types.SecretVersion>, IEquatable<SecretVolume.Types.SecretVersion>, IDeepCloneable<SecretVolume.Types.SecretVersion>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class SecretVolume.Types.SecretVersion.
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
preferable 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-09-09 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eSecretVolume.Types.SecretVersion\u003c/code\u003e class is 1.7.0, with prior versions available ranging from 1.0.0 to 1.6.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSecretVolume.Types.SecretVersion\u003c/code\u003e is a class within the Cloud Functions v2 API, providing configuration details for a specific secret version.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, making it versatile for handling messages and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two main properties, \u003ccode\u003ePath\u003c/code\u003e and \u003ccode\u003eVersion\u003c/code\u003e, which are used to define the location and specific version of the secret, allowing it to be mounted.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a default and an overloaded constructor to allow instantiating the class with or without providing an existing \u003ccode\u003eSecretVersion\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v2 API - Class SecretVolume.Types.SecretVersion (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.6.0/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.5.0/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.4.0/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.3.0/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.2.0/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.1.0/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.0.0/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion) \n\n public sealed class SecretVolume.Types.SecretVersion : IMessage\u003cSecretVolume.Types.SecretVersion\u003e, IEquatable\u003cSecretVolume.Types.SecretVersion\u003e, IDeepCloneable\u003cSecretVolume.Types.SecretVersion\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Functions v2 API class SecretVolume.Types.SecretVersion.\n\nConfiguration for a single version. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SecretVolume.Types.SecretVersion \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SecretVolume](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume)[Types](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume.Types)[SecretVersion](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SecretVolume](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume)[Types](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume.Types)[SecretVersion](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SecretVolume](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume)[Types](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume.Types)[SecretVersion](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.SecretVolume.Types.SecretVersion), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Functions.V2](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V2.dll\n\nConstructors\n------------\n\n### SecretVersion()\n\n public SecretVersion()\n\n### SecretVersion(SecretVersion)\n\n public SecretVersion(SecretVolume.Types.SecretVersion other)\n\nProperties\n----------\n\n### Path\n\n public string Path { get; set; }\n\nRelative path of the file under the mount path where the secret value for\nthis version will be fetched and made available. For example, setting the\nmount_path as '/etc/secrets' and path as `secret_foo` would mount the\nsecret value file at `/etc/secrets/secret_foo`.\n\n### Version\n\n public string Version { get; set; }\n\nVersion of the secret (version number or the string 'latest'). It is\npreferable to use `latest` version with secret volumes as secret value\nchanges are reflected immediately."]]