(ctx context.Context, orgID uuid.UUID, db database.Store, settings GroupSyncSettings)
| 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 |
no outgoing calls
no test coverage detected