KeyVaultCredentialSettings.ServicePrincipalSecret Property

Definition

Gets or sets service principal name secret to access key vault.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to