Show / Hide Table of Contents

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 Source

ClientId

Declaration
public static string ClientId { get; set; }
Property Value
Type Description
System.String
View Source

ClientSecret

Declaration
public static string ClientSecret { get; set; }
Property Value
Type Description
System.String
View Source

ClientTimeout

Timeout (in seconds) of the Keycloak client

Declaration
public static int? ClientTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

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>
View Source

Password

Declaration
public static string Password { get; set; }
Property Value
Type Description
System.String
View Source

Realm

Declaration
public static string Realm { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

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>
View Source

Url

The base URL of the Keycloak instance, before /auth

Declaration
public static string Url { get; set; }
Property Value
Type Description
System.String
View Source

Username

Declaration
public static string Username { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.