TrustedAccessRoleRule.ApiGroups Property

Definition

Gets list of allowed apiGroups

[Newtonsoft.Json.JsonProperty(PropertyName="apiGroups")]
public System.Collections.Generic.IList<string> ApiGroups { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="apiGroups")>]
member this.ApiGroups : System.Collections.Generic.IList<string>
Public ReadOnly Property ApiGroups As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to