Notification if external user management is activated

A notification will be displayed when an external user
management system is activated to inform that users
created within the SCMM will not be transferred to the
external system.

Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
This commit is contained in:
Laura Gorzitze
2024-07-04 09:05:17 +02:00
parent 1c57342cd9
commit b12f4d579a
14 changed files with 146 additions and 27 deletions

View File

@@ -47,7 +47,9 @@ export type UserCreation = User;
export type UserCollection = PagedCollection<{
users: User[];
}>;
}> & {
externalAuthenticationAvailable: boolean;
};
export type PermissionOverview = HalRepresentation & {
relevantGroups: PermissionOverviewGroupEntry[];