Share via


Volume.Secret Property

Definition

Gets or sets the secret volume.

[Newtonsoft.Json.JsonProperty(PropertyName="secret")]
public System.Collections.Generic.IDictionary<string,string> Secret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secret")>]
member this.Secret : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Secret As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to