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

Function ScopedRoleOrgTemplateAdmin

coderd/rbac/roles.go:194–196  ·  view source on GitHub ↗
(organizationID uuid.UUID)

Source from the content-addressed store, hash-verified

192}
193
194func ScopedRoleOrgTemplateAdmin(organizationID uuid.UUID) RoleIdentifier {
195 return RoleIdentifier{Name: RoleOrgTemplateAdmin(), OrganizationID: organizationID}
196}
197
198func ScopedRoleOrgWorkspaceCreationBan(organizationID uuid.UUID) RoleIdentifier {
199 return RoleIdentifier{Name: RoleOrgWorkspaceCreationBan(), OrganizationID: organizationID}

Callers 14

TestProvisionerDaemonsFunction · 0.92
TestProvisionerJobsFunction · 0.92
TestPatchTemplateMetaFunction · 0.92
TestRolePermissionsFunction · 0.92
TestProvisioners_GoldenFunction · 0.92
TestProvisionerJobsFunction · 0.92
TestDeleteFunction · 0.92
TestDynamicWorkspaceTagsFunction · 0.92

Calls 1

RoleOrgTemplateAdminFunction · 0.85

Tested by 14

TestProvisionerDaemonsFunction · 0.74
TestProvisionerJobsFunction · 0.74
TestPatchTemplateMetaFunction · 0.74
TestRolePermissionsFunction · 0.74
TestProvisioners_GoldenFunction · 0.74
TestProvisionerJobsFunction · 0.74
TestDeleteFunction · 0.74
TestDynamicWorkspaceTagsFunction · 0.74