docsbuild
Toggle table of contents
0.2.128-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
docsbuild
keycloakapi
/
de.klg71.keycloakmigration.keycloakapi.model
/
SubFlow
Sub
Flow
data
class
SubFlow
(
val
alias
:
String
,
val
description
:
String
,
val
providerId
:
String
,
val
type
:
String
,
val
authenticationExecutions
:
List
<
AuthenticationFlowAction
>
)
:
AuthenticationFlowAction
Members
Constructors
Sub
Flow
Link copied to clipboard
constructor
(
alias
:
String
,
description
:
String
,
providerId
:
String
,
type
:
String
,
authenticationExecutions
:
List
<
AuthenticationFlowAction
>
)
Properties
alias
Link copied to clipboard
val
alias
:
String
authentication
Executions
Link copied to clipboard
val
authenticationExecutions
:
List
<
AuthenticationFlowAction
>
description
Link copied to clipboard
val
description
:
String
provider
Id
Link copied to clipboard
val
providerId
:
String
type
Link copied to clipboard
val
type
:
String