changed to use the right query (#30252)
fixes: #30049 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
0bfadacffd
commit
86101b3d1d
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ type DeleteFunctions =
|
|||
| keyof Pick<Roles, "delCompositeRoles">;
|
||||
|
||||
type ListEffectiveFunction =
|
||||
| keyof Pick<Clients, "listCompositeRealmScopeMappings">
|
||||
| keyof Pick<Groups, "listRoleMappings" | "listAvailableRealmRoleMappings">
|
||||
| keyof Pick<
|
||||
ClientScopes,
|
||||
|
@ -65,7 +66,7 @@ const clientFunctions: FunctionMapping = {
|
|||
delete: ["delClientScopeMappings", "delRealmScopeMappings"],
|
||||
listEffective: [
|
||||
"listScopeMappings",
|
||||
"listAvailableRealmScopeMappings",
|
||||
"listCompositeRealmScopeMappings",
|
||||
"listCompositeClientScopeMappings",
|
||||
],
|
||||
listAvailable: [
|
||||
|
|
Loading…
Reference in a new issue