Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SyncGroupsToTeams ¶
func SyncGroupsToTeams(ctx context.Context, user *user_model.User, sourceUserGroups container.Set[string], sourceGroupTeamMapping map[string]map[string][]string, performRemoval bool) error
SyncGroupsToTeams maps authentication source groups to organization and team memberships
func SyncGroupsToTeamsCached ¶
func SyncGroupsToTeamsCached(ctx context.Context, user *user_model.User, sourceUserGroups container.Set[string], sourceGroupTeamMapping map[string]map[string][]string, performRemoval bool, orgCache map[string]*organization.Organization, teamCache map[string]*organization.Team) error
SyncGroupsToTeamsCached maps authentication source groups to organization and team memberships
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.