Share via


KeyVaultSecretReference.SecretUrl Property

Definition

Gets or sets secret URL.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The URL referencing a secret in the Key Vault.

Applies to