Udostępnij przez


IManagedCluster.ServicePrincipalProfileSecret Property

Definition

The secret password associated with the service principal in plain text.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The secret password associated with the service principal in plain text.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="secret", Update=true)]
public string ServicePrincipalProfileSecret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The secret password associated with the service principal in plain text.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="secret", Update=true)>]
member this.ServicePrincipalProfileSecret : string with get, set
Public Property ServicePrincipalProfileSecret As String

Property Value

Attributes

Applies to