TrustedAccessRole.Rules Property

Definition

Gets list of rules for the role. This maps to 'rules' property of Kubernetes Cluster Role.

[Newtonsoft.Json.JsonProperty(PropertyName="rules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleRule> Rules { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rules")>]
member this.Rules : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.TrustedAccessRoleRule>
Public ReadOnly Property Rules As IList(Of TrustedAccessRoleRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to