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

Struct AGPLIDPSync

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

AGPLIDPSync is the configuration for syncing user information from an external IDP. All related code to syncing user information should be in this package.

Source from the content-addressed store, hash-verified

76// AGPLIDPSync is the configuration for syncing user information from an external
77// IDP. All related code to syncing user information should be in this package.
78type AGPLIDPSync struct {
79 Logger slog.Logger
80 Manager *runtimeconfig.Manager
81
82 SyncSettings
83}
84
85// DeploymentSyncSettings are static and are sourced from the deployment config.
86type DeploymentSyncSettings struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected