Share via


ContainerServiceServicePrincipalProfile.Secret Property

Definition

Gets or sets the secret password associated with the service principal in plain text.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to