Class DexConnector
Configuration for OIDC connectors.
Implements
Namespace: Neon.Kube.Resources.Dex
Assembly: Neon.Kube.Resources.dll
Syntax
[JsonConverter(typeof(DexConnectorJsonConverter))]
public class DexConnector : IV1DexConnector
Constructors
DexConnector()
Constructor.
Declaration
public DexConnector()
Properties
Config
Placeholder.
Declaration
public object Config { get; set; }
Property Value
Type | Description |
---|---|
object |
Id
Connector ID
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Connector name. information.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Connector Type. information.
Declaration
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public DexConnectorType Type { get; set; }
Property Value
Type | Description |
---|---|
DexConnectorType |