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
/
AddClientScope
Add
Client
Scope
data
class
AddClientScope
(
val
name
:
String
,
val
description
:
String
?
=
null
,
val
protocol
:
String
,
val
attributes
:
Map
<
String
,
String
>
,
val
protocolMappers
:
List
<
ProtocolMapper
>
?
=
null
)
Members
Constructors
Add
Client
Scope
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
=
null
,
protocol
:
String
,
attributes
:
Map
<
String
,
String
>
,
protocolMappers
:
List
<
ProtocolMapper
>
?
=
null
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
description
Link copied to clipboard
val
description
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
protocol
Link copied to clipboard
val
protocol
:
String
protocol
Mappers
Link copied to clipboard
val
protocolMappers
:
List
<
ProtocolMapper
>
?
=
null