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
/
RealmProfile
Realm
Profile
data
class
RealmProfile
(
val
attributes
:
List
<
RealmAttribute
>
,
val
groups
:
List
<
Map
<
String
,
String
>
>
,
var
unmanagedAttributePolicy
:
String
?
=
null
)
Members
Constructors
Realm
Profile
Link copied to clipboard
constructor
(
attributes
:
List
<
RealmAttribute
>
,
groups
:
List
<
Map
<
String
,
String
>
>
,
unmanagedAttributePolicy
:
String
?
=
null
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
RealmAttribute
>
groups
Link copied to clipboard
val
groups
:
List
<
Map
<
String
,
String
>
>
unmanaged
Attribute
Policy
Link copied to clipboard
var
unmanagedAttributePolicy
:
String
?