IManagedClusterProperties.ServicePrincipalProfileSecret Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The secret password associated with the service principal in plain text.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The secret password associated with the service principal in plain text.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="secret")]
public string ServicePrincipalProfileSecret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The secret password associated with the service principal in plain text.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="secret")>]
member this.ServicePrincipalProfileSecret : string with get, set
Public Property ServicePrincipalProfileSecret As String
Property Value
- Attributes