keycloakapi
Toggle table of contents
0.2.82-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
keycloakapi
keycloakapi
/
de.klg71.keycloakmigration.keycloakapi.model
/
RealmAttributePermissions
Realm
Attribute
Permissions
data
class
RealmAttributePermissions
(
val
view
:
Set
<
String
>
?
=
null
,
val
edit
:
Set
<
String
>
?
=
null
)
Members
Constructors
Realm
Attribute
Permissions
Link copied to clipboard
constructor
(
view
:
Set
<
String
>
?
=
null
,
edit
:
Set
<
String
>
?
=
null
)
Properties
edit
Link copied to clipboard
val
edit
:
Set
<
String
>
?
=
null
view
Link copied to clipboard
val
view
:
Set
<
String
>
?
=
null