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

Method OrganizationRoleSyncEnabled

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

OrganizationRoleSyncEnabled returns true if the organization has role sync enabled.

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

Source from the content-addressed store, hash-verified

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

Callers 1

Implementers 1

AGPLIDPSynccoderd/idpsync/idpsync.go

Calls

no outgoing calls

Tested by

no test coverage detected