Share via


PolicyRuleV1.ApiGroups Property

Definition

Gets the list of API groups that the policy rule applies to. Each entry in the list specifies the name of an API group to which the rule grants access. An empty list or null indicates that the rule applies to all API groups within the scope of the rule.

[YamlDotNet.Serialization.YamlMember(Alias="apiGroups")]
public System.Collections.Generic.List<string> ApiGroups { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="apiGroups")>]
member this.ApiGroups : System.Collections.Generic.List<string>
Public ReadOnly Property ApiGroups As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to