toggle menu
pulumi-keycloak-kotlin
6.5.0.0
jvm
switch theme
search in API
pulumi-keycloak-kotlin
/
com.pulumi.keycloak.openid.kotlin.outputs
/
ClientAuthenticationFlowBindingOverrides
Client
Authentication
Flow
Binding
Overrides
data
class
ClientAuthenticationFlowBindingOverrides
(
val
browserId
:
String
?
=
null
,
val
directGrantId
:
String
?
=
null
)
Members
Constructors
Client
Authentication
Flow
Binding
Overrides
Link copied to clipboard
constructor
(
browserId
:
String
?
=
null
,
directGrantId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
browser
Id
Link copied to clipboard
val
browserId
:
String
?
=
null
Browser flow id, (flow needs to exist)
direct
Grant
Id
Link copied to clipboard
val
directGrantId
:
String
?
=
null
Direct grant flow id (flow needs to exist)