ClientAuthenticationFlowBindingOverridesArgs

data class ClientAuthenticationFlowBindingOverridesArgs(val browserId: Output<String>? = null, val directGrantId: Output<String>? = null) : ConvertibleToJava<ClientAuthenticationFlowBindingOverridesArgs>

Constructors

constructor(browserId: Output<String>? = null, directGrantId: Output<String>? = null)

Properties

Link copied to clipboard
val browserId: Output<String>? = null

Browser flow id, (flow needs to exist)

Link copied to clipboard
val directGrantId: Output<String>? = null

Direct grant flow id (flow needs to exist)

Functions

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