Class DexUserMatcher
Dex User Matcher.
Namespace: Neon.Kube.Resources.Dex
Assembly: Neon.Kube.Resources.dll
Syntax
public class DexUserMatcher
Constructors
DexUserMatcher()
Constructor.
Declaration
public DexUserMatcher()
Properties
GroupAttr
Group Attribute
Declaration
[JsonProperty(PropertyName = "GroupAttr", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "groupAttr", ApplyNamingConventions = false)]
public string GroupAttr { get; set; }
Property Value
Type | Description |
---|---|
string |
UserAttr
User Attribute
Declaration
[JsonProperty(PropertyName = "UserAttr", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "userAttr", ApplyNamingConventions = false)]
public string UserAttr { get; set; }
Property Value
Type | Description |
---|---|
string |