mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
Added parentId to GroupRepresentation
Closes #46366 Signed-off-by: etn <1438257+etn406@users.noreply.github.com>
This commit is contained in:
parent
18b8ef16d0
commit
4619c440b4
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ export default interface GroupRepresentation {
|
|||
name?: string;
|
||||
description?: string;
|
||||
path?: string;
|
||||
parentId?: string;
|
||||
subGroupCount?: number;
|
||||
subGroups?: GroupRepresentation[];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue