OrganizationRoleSyncEnabled returns true if the organization has role sync enabled.
(ctx context.Context, db database.Store, org uuid.UUID)
| 55 | // OrganizationRoleSyncEnabled returns true if the organization has role sync |
| 56 | // enabled. |
| 57 | OrganizationRoleSyncEnabled(ctx context.Context, db database.Store, org uuid.UUID) (bool, error) |
| 58 | // SiteRoleSyncEnabled returns true if the deployment has role sync enabled |
| 59 | // at the site level. |
| 60 | SiteRoleSyncEnabled() bool |
no outgoing calls
no test coverage detected