keycloakapi
Toggle table of contents
0.2.81-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
keycloakapi
keycloakapi
/
de.klg71.keycloakmigration.keycloakapi.model
/
RealmAttribute
/
RealmAttribute
Realm
Attribute
constructor
(
name
:
String
,
displayName
:
String
?
,
annotations
:
Map
<
String
,
Any
>
?
,
validations
:
Map
<
String
,
Map
<
String
,
Any
>
>
,
permissions
:
RealmAttributePermissions
,
required
:
RealmAttributeRequired
?
,
multivalued
:
Boolean
)