KeycloakProvider

class KeycloakProvider : KotlinProviderResource

The provider type for the keycloak package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

Properties

Link copied to clipboard
val basePath: Output<String>?
Link copied to clipboard
val clientId: Output<String>
Link copied to clipboard
val clientSecret: Output<String>?
Link copied to clipboard
val password: Output<String>?
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val realm: Output<String>?
Link copied to clipboard

Allows x509 calls using an unknown CA certificate (for development purposes)

Link copied to clipboard
val url: Output<String>

The base URL of the Keycloak instance, before /auth

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val username: Output<String>?