KeyVaultAndSecretReference.SecretUrl Property

Definition

Gets or sets url pointing to a key or secret in KeyVault

[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

Applies to