Class DexFrontendConfig
Configuration for the Dex Frontend.
Namespace: Neon.Kube.Resources.Dex
Assembly: Neon.Kube.Resources.dll
Syntax
public class DexFrontendConfig
Constructors
DexFrontendConfig()
Constructor.
Declaration
public DexFrontendConfig()
Properties
Dir
Directory. information.
Declaration
[JsonProperty(PropertyName = "Dir", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "dir", ApplyNamingConventions = false)]
public string Dir { get; set; }
Property Value
Type | Description |
---|---|
string |
Issuer
Issuer name.
Declaration
[JsonProperty(PropertyName = "Issuer", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "issuer", ApplyNamingConventions = false)]
public string Issuer { get; set; }
Property Value
Type | Description |
---|---|
string |
LogoUrl
Logo url ref.
Declaration
[JsonProperty(PropertyName = "LogoUrl", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "logoUrl", ApplyNamingConventions = false)]
public string LogoUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Theme
Dex theme information.
Declaration
[JsonProperty(PropertyName = "Theme", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "theme", ApplyNamingConventions = false)]
public string Theme { get; set; }
Property Value
Type | Description |
---|---|
string |