MCPcopy Index your code
hub / github.com/coder/coder / SiteRoleSyncEnabled

Method SiteRoleSyncEnabled

coderd/idpsync/idpsync.go:60–60  ·  view source on GitHub ↗

SiteRoleSyncEnabled returns true if the deployment has role sync enabled at the site level.

()

Source from the content-addressed store, hash-verified

58 // SiteRoleSyncEnabled returns true if the deployment has role sync enabled
59 // at the site level.
60 SiteRoleSyncEnabled() bool
61 // RoleSyncSettings is similar to GroupSyncSettings. See GroupSyncSettings for
62 // rational.
63 RoleSyncSettings(ctx context.Context, orgID uuid.UUID, db database.Store) (*RoleSyncSettings, error)

Callers 1

putUserRolesMethod · 0.65

Implementers 1

AGPLIDPSynccoderd/idpsync/idpsync.go

Calls

no outgoing calls

Tested by

no test coverage detected