keycloakapi
Toggle table of contents
0.2.76-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
keycloakapi
keycloakapi
/
de.klg71.keycloakmigration.keycloakapi.model
/
ImportFlow
Import
Flow
data
class
ImportFlow
(
val
alias
:
String
,
val
description
:
String
,
val
providerId
:
String
,
val
topLevel
:
Boolean
,
val
buildIn
:
Boolean
,
val
authenticationExecutions
:
List
<
AuthenticationExecutionImport
>
)
Members
Constructors
Import
Flow
Link copied to clipboard
constructor
(
alias
:
String
,
description
:
String
,
providerId
:
String
,
topLevel
:
Boolean
,
buildIn
:
Boolean
,
authenticationExecutions
:
List
<
AuthenticationExecutionImport
>
)
Properties
alias
Link copied to clipboard
val
alias
:
String
authentication
Executions
Link copied to clipboard
val
authenticationExecutions
:
List
<
AuthenticationExecutionImport
>
build
In
Link copied to clipboard
val
buildIn
:
Boolean
description
Link copied to clipboard
val
description
:
String
provider
Id
Link copied to clipboard
val
providerId
:
String
top
Level
Link copied to clipboard
val
topLevel
:
Boolean