MCPcopy Create free account
hub / github.com/coder/coder / GroupSyncEntitled

Method GroupSyncEntitled

enterprise/coderd/enidpsync/groups.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func (e EnterpriseIDPSync) GroupSyncEntitled() bool {
13 return e.entitlements.Enabled(codersdk.FeatureTemplateRBAC)
14}
15
16// ParseGroupClaims parses the user claims and handles deployment wide group behavior.
17// Almost all behavior is deferred since each organization configures it's own

Callers 1

ParseGroupClaimsMethod · 0.95

Calls 1

EnabledMethod · 0.65

Tested by

no test coverage detected