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

Function RoleOrgAdmin

coderd/rbac/roles.go:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146func RoleAgentsAccess() string { return agentsAccess }
147
148func RoleOrgAdmin() string {
149 return orgAdmin
150}
151
152func RoleOrgMember() string {
153 return orgMember

Callers 10

TestAPIKeyFunction · 0.92
TestRoleSyncTableFunction · 0.92
TestNoopNoDiffFunction · 0.92
TestGetAuthorizedChatsFunction · 0.92
TestOrganizationMethod · 0.92
TestGrantSiteRolesFunction · 0.92
TestUpdateRoleSyncFunction · 0.92
ScopedRoleOrgAdminFunction · 0.85

Calls

no outgoing calls

Tested by 8

TestAPIKeyFunction · 0.74
TestRoleSyncTableFunction · 0.74
TestNoopNoDiffFunction · 0.74
TestGetAuthorizedChatsFunction · 0.74
TestOrganizationMethod · 0.74
TestGrantSiteRolesFunction · 0.74
TestUpdateRoleSyncFunction · 0.74