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
/
UpdateFlow
Update
Flow
data
class
UpdateFlow
(
val
id
:
UUID
,
val
alias
:
String
,
val
providerId
:
String
,
val
topLevel
:
Boolean
,
val
description
:
String
)
Members
Constructors
Update
Flow
Link copied to clipboard
constructor
(
id
:
UUID
,
alias
:
String
,
providerId
:
String
,
topLevel
:
Boolean
,
description
:
String
)
Properties
alias
Link copied to clipboard
val
alias
:
String
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
UUID
provider
Id
Link copied to clipboard
val
providerId
:
String
top
Level
Link copied to clipboard
val
topLevel
:
Boolean