Share via


IManagedClusterAadProfile.EnableAzureRbac Property

Definition

Whether to enable Azure RBAC for Kubernetes authorization.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether to enable Azure RBAC for Kubernetes authorization.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enableAzureRBAC")]
public bool? EnableAzureRbac { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Whether to enable Azure RBAC for Kubernetes authorization.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="enableAzureRBAC")>]
member this.EnableAzureRbac : Nullable<bool> with get, set
Public Property EnableAzureRbac As Nullable(Of Boolean)

Property Value

Attributes

Applies to