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

Method GroupSyncSettings

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

GroupSyncSettings is exposed for the API to implement CRUD operations on the settings used by IDPSync. This entry is thread safe and can be accessed concurrently. The settings are stored in the database.

(ctx context.Context, orgID uuid.UUID, db database.Store)

Source from the content-addressed store, hash-verified

48 // on the settings used by IDPSync. This entry is thread safe and can be
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.

Callers 4

groupIDPSyncSettingsMethod · 0.65

Implementers 1

AGPLIDPSynccoderd/idpsync/idpsync.go

Calls

no outgoing calls

Tested by

no test coverage detected