Share via


JwtClaimChecks.AllowedGroups Property

Definition

Gets or sets the list of the allowed groups.

[Newtonsoft.Json.JsonProperty(PropertyName="allowedGroups")]
public System.Collections.Generic.IList<string> AllowedGroups { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedGroups")>]
member this.AllowedGroups : System.Collections.Generic.IList<string> with get, set
Public Property AllowedGroups As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to