Share via


ManagedClusterInner.EnableRBAC Property

Definition

Gets or sets whether to enable Kubernetes Role-Based Access Control.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableRBAC")]
public bool? EnableRBAC { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableRBAC")>]
member this.EnableRBAC : Nullable<bool> with get, set
Public Property EnableRBAC As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to