Class SecretVersion
Configuration for a single version.
Inheritance
System.Object
SecretVersion
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudFunctions.v1.Data
Assembly: Google.Apis.CloudFunctions.v1.dll
Syntax
public class SecretVersion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Path
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.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
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.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |