Share via


ManagedClusterProperties.EnableRbac Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to