다음을 통해 공유


KeyVaultCredentialSettings.ServicePrincipalSecret Property

Definition

Gets the principal secret.

[Newtonsoft.Json.JsonIgnore]
public string ServicePrincipalSecret { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.ServicePrincipalSecret : string with get, set
Public Property ServicePrincipalSecret As String

Property Value

The service principal secret to access the Azure Key Vault.

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to