Class Config
Inheritance
System.Object
Config
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Keycloak
Assembly: Pulumi.Keycloak.dll
Syntax
public static class Config
Properties
View SourceClientId
Declaration
public static string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientSecret
Declaration
public static string ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientTimeout
Timeout (in seconds) of the Keycloak client
Declaration
public static int? ClientTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
InitialLogin
Whether or not to login to Keycloak instance on provider initialization
Declaration
public static bool? InitialLogin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Password
Declaration
public static string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Realm
Declaration
public static string Realm { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RootCaCertificate
Allows x509 calls using an unknown CA certificate (for development purposes)
Declaration
public static string RootCaCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TlsInsecureSkipVerify
Allows ignoring insecure certificates when set to true. Defaults to false. Disabling security check is dangerous and should be avoided.
Declaration
public static bool? TlsInsecureSkipVerify { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Url
The base URL of the Keycloak instance, before /auth
Declaration
public static string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public static string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |