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
/
UpdateFlowExecution
Update
Flow
Execution
data
class
UpdateFlowExecution
(
val
id
:
UUID
,
val
requirement
:
Flow.Requirement
,
val
level
:
Int
,
val
index
:
Int
,
val
providerId
:
String
)
Members
Constructors
Update
Flow
Execution
Link copied to clipboard
constructor
(
id
:
UUID
,
requirement
:
Flow.Requirement
,
level
:
Int
,
index
:
Int
,
providerId
:
String
)
Properties
id
Link copied to clipboard
val
id
:
UUID
index
Link copied to clipboard
val
index
:
Int
level
Link copied to clipboard
val
level
:
Int
provider
Id
Link copied to clipboard
val
providerId
:
String
requirement
Link copied to clipboard
val
requirement
:
Flow.Requirement