ManagedClusterAADProfile.EnableAzureRBAC Property

Definition

Gets or sets whether to enable Azure RBAC for Kubernetes authorization.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to