Udostępnij przez


IManagedClusterProperties.EnableRbac Property

Definition

Whether to enable Kubernetes Role-Based Access Control.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Whether to enable Kubernetes Role-Based Access Control.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableRBAC", Update=true)]
public bool? EnableRbac { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Whether to enable Kubernetes Role-Based Access Control.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableRBAC", Update=true)>]
member this.EnableRbac : Nullable<bool> with get, set
Public Property EnableRbac As Nullable(Of Boolean)

Property Value

Attributes

Applies to