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

Method UpdateGroupSyncSettings

coderd/idpsync/idpsync.go:51–51  ·  view source on GitHub ↗
(ctx context.Context, orgID uuid.UUID, db database.Store, settings GroupSyncSettings)

Source from the content-addressed store, hash-verified

49 // accessed concurrently. The settings are stored in the database.
50 GroupSyncSettings(ctx context.Context, orgID uuid.UUID, db database.Store) (*GroupSyncSettings, error)
51 UpdateGroupSyncSettings(ctx context.Context, orgID uuid.UUID, db database.Store, settings GroupSyncSettings) error
52
53 // RoleSyncEntitled returns true if the deployment is entitled to role syncing.
54 RoleSyncEntitled() bool

Callers 3

Implementers 1

AGPLIDPSynccoderd/idpsync/idpsync.go

Calls

no outgoing calls

Tested by

no test coverage detected