Skip to content

Commit

Permalink
added adminPermissionsEnabled to RealmRepresentation
Browse files Browse the repository at this point in the history
Signed-off-by: Agnieszka Gancarczyk <[email protected]>
  • Loading branch information
agagancarczyk committed Dec 9, 2024
1 parent 31e4289 commit 165267a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default interface RealmRepresentation {
actionTokenGeneratedByUserLifespan?: number;
adminEventsDetailsEnabled?: boolean;
adminEventsEnabled?: boolean;
adminPermissionsEnabled?: boolean;
adminTheme?: string;
attributes?: Record<string, any>;
// AuthenticationFlowRepresentation
Expand Down

0 comments on commit 165267a

Please sign in to comment.