@terrestris/shogun-util
Preparing search index...
model/Group
KeycloakGroupRepresentation
Interface KeycloakGroupRepresentation
interface
KeycloakGroupRepresentation
{
access
?:
Record
<
string
,
boolean
>
;
attributes
?:
Record
<
string
,
string
[]
>
;
clientRoles
?:
Record
<
string
,
string
[]
>
;
id
?:
string
;
name
?:
string
;
path
?:
string
;
realmRoles
?:
string
[]
;
subGroups
?:
KeycloakGroupRepresentation
[]
;
}
Hierarchy (
View Summary
)
ProviderGroupDetails
KeycloakGroupRepresentation
Index
Properties
access?
attributes?
client
Roles?
id?
name?
path?
realm
Roles?
sub
Groups?
Properties
Optional
access
access
?:
Record
<
string
,
boolean
>
Optional
attributes
attributes
?:
Record
<
string
,
string
[]
>
Optional
client
Roles
clientRoles
?:
Record
<
string
,
string
[]
>
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
path
path
?:
string
Optional
realm
Roles
realmRoles
?:
string
[]
Optional
sub
Groups
subGroups
?:
KeycloakGroupRepresentation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
access
attributes
client
Roles
id
name
path
realm
Roles
sub
Groups
@terrestris/shogun-util
Loading...