KeyVaultCredentialSettings.ServicePrincipalName Property

Definition

Gets or sets service principal name to access key vault.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to