CustomOpenIdConnectProviderArgs

data class CustomOpenIdConnectProviderArgs(val enabled: Output<Boolean>? = null, val login: Output<OpenIdConnectLoginArgs>? = null, val registration: Output<OpenIdConnectRegistrationArgs>? = null) : ConvertibleToJava<CustomOpenIdConnectProviderArgs>

The configuration settings of the custom Open ID Connect provider.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, login: Output<OpenIdConnectLoginArgs>? = null, registration: Output<OpenIdConnectRegistrationArgs>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

false if the custom Open ID provider provider should not be enabled; otherwise, true.

Link copied to clipboard
val login: Output<OpenIdConnectLoginArgs>? = null

The configuration settings of the login flow of the custom Open ID Connect provider.

Link copied to clipboard

The configuration settings of the app registration for the custom Open ID Connect provider.

Functions

Link copied to clipboard
open override fun toJava(): CustomOpenIdConnectProviderArgs