keycloakapi
0.2.74
keycloakapi
/
de.klg71.keycloakmigration.keycloakapi.model
/
Mapper
Mapper
data
class
Mapper
(
id
:
UUID
,
name
:
String
,
protocol
:
String
,
protocolMapper
:
String
,
consentRequired
:
Boolean
,
config
:
Map
<
String
,
String
>
)
Content copied to clipboard
Properties
Properties
config
Link copied to clipboard
val
config
:
Map
<
String
,
String
>
Content copied to clipboard
consentRequired
Link copied to clipboard
val
consentRequired
:
Boolean
Content copied to clipboard
id
Link copied to clipboard
val
id
:
UUID
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
protocol
Link copied to clipboard
val
protocol
:
String
Content copied to clipboard
protocolMapper
Link copied to clipboard
val
protocolMapper
:
String
Content copied to clipboard