Share via


ITrustedAccessRole.Rule Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="List of rules for the role. This maps to 'rules' property of [Kubernetes Cluster Role](https://kubernetes.io/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1/#ClusterRole).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="rules", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule> Rule { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="List of rules for the role. This maps to 'rules' property of [Kubernetes Cluster Role](https://kubernetes.io/docs/reference/kubernetes-api/authorization-resources/cluster-role-v1/#ClusterRole).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule) }, Read=true, ReadOnly=true, Required=false, SerializedName="rules", Update=false)>]
member this.Rule : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITrustedAccessRoleRule>
Public ReadOnly Property Rule As List(Of ITrustedAccessRoleRule)

Property Value

Attributes

Applies to