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

Method OrganizationSyncSettings

coderd/idpsync/idpsync.go:28–28  ·  view source on GitHub ↗
(ctx context.Context, db database.Store)

Source from the content-addressed store, hash-verified

26type IDPSync interface {
27 OrganizationSyncEntitled() bool
28 OrganizationSyncSettings(ctx context.Context, db database.Store) (*OrganizationSyncSettings, error)
29 UpdateOrganizationSyncSettings(ctx context.Context, db database.Store, settings OrganizationSyncSettings) error
30 // OrganizationSyncEnabled returns true if all OIDC users are assigned
31 // to organizations via org sync settings.

Implementers 1

AGPLIDPSynccoderd/idpsync/idpsync.go

Calls

no outgoing calls

Tested by

no test coverage detected