toggle menu
pulumi-keycloak-kotlin
6.5.0.0
jvm
switch theme
search in API
pulumi-keycloak-kotlin
/
com.pulumi.keycloak.kotlin.outputs
/
RealmUserProfileGroup
Realm
User
Profile
Group
data
class
RealmUserProfileGroup
(
val
annotations
:
Map
<
String
,
String
>
?
=
null
,
val
displayDescription
:
String
?
=
null
,
val
displayHeader
:
String
?
=
null
,
val
name
:
String
)
Members
Constructors
Realm
User
Profile
Group
Link copied to clipboard
constructor
(
annotations
:
Map
<
String
,
String
>
?
=
null
,
displayDescription
:
String
?
=
null
,
displayHeader
:
String
?
=
null
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
annotations
Link copied to clipboard
val
annotations
:
Map
<
String
,
String
>
?
=
null
display
Description
Link copied to clipboard
val
displayDescription
:
String
?
=
null
The display description of the group.
display
Header
Link copied to clipboard
val
displayHeader
:
String
?
=
null
The display header of the group.
name
Link copied to clipboard
val
name
:
String