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
/
UpdateFlowInPlace
Update
Flow
In
Place
data
class
UpdateFlowInPlace
(
val
newAlias
:
String
,
val
description
:
String
,
val
providerId
:
String
,
val
topLevel
:
Boolean
,
val
authenticationExecutions
:
List
<
AuthenticationExecutionImport
>
)
Members
Constructors
Update
Flow
In
Place
Link copied to clipboard
constructor
(
newAlias
:
String
,
description
:
String
,
providerId
:
String
,
topLevel
:
Boolean
,
authenticationExecutions
:
List
<
AuthenticationExecutionImport
>
)
Properties
authentication
Executions
Link copied to clipboard
val
authenticationExecutions
:
List
<
AuthenticationExecutionImport
>
description
Link copied to clipboard
val
description
:
String
new
Alias
Link copied to clipboard
val
newAlias
:
String
provider
Id
Link copied to clipboard
val
providerId
:
String
top
Level
Link copied to clipboard
val
topLevel
:
Boolean