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)
| 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. |
no outgoing calls
no test coverage detected