Share via


SecretValueReference.SecretVersion Property

Definition

Gets or sets the version of the secret to use. If left blank, the latest version of the secret is used.

[Newtonsoft.Json.JsonProperty(PropertyName="secretVersion")]
public string SecretVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secretVersion")>]
member this.SecretVersion : string with get, set
Public Property SecretVersion As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to