Class DexGrpcConfig
Configuration GRPC endpoint.
Namespace: Neon.Kube.Resources.Dex
Assembly: Neon.Kube.Resources.dll
Syntax
public class DexGrpcConfig
Constructors
DexGrpcConfig()
Constructor.
Declaration
public DexGrpcConfig()
Properties
Addr
Http Endpoint.
Declaration
[JsonProperty(PropertyName = "Addr", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "addr", ApplyNamingConventions = false)]
public string Addr { get; set; }
Property Value
Type | Description |
---|---|
string |
TlsCert
Reference to TLS certificate file. information.
Declaration
[JsonProperty(PropertyName = "TlsCert", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "tlsCert", ApplyNamingConventions = false)]
public string TlsCert { get; set; }
Property Value
Type | Description |
---|---|
string |
TlsClientCA
Reference to TLS client CA file.
Declaration
[JsonProperty(PropertyName = "TlsClientCA", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "tlsClientCA", ApplyNamingConventions = false)]
public string TlsClientCA { get; set; }
Property Value
Type | Description |
---|---|
string |
TlsKey
Reference to TLS certificate key file. information.
Declaration
[JsonProperty(PropertyName = "TlsKey", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "tlsKey", ApplyNamingConventions = false)]
public string TlsKey { get; set; }
Property Value
Type | Description |
---|---|
string |