PolicyRuleV1.ApiGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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