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

Method RBACObject

coderd/database/modelmethods.go:375–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373}
374
375func (t GetFileTemplatesRow) RBACObject() rbac.Object {
376 return rbac.ResourceTemplate.WithID(t.TemplateID).
377 InOrg(t.TemplateOrganizationID).
378 WithACLUserList(t.UserACL).
379 WithGroupACL(t.GroupACL)
380}
381
382// RBACObject for a workspace build's provisioner state requires Update access of the template.
383func (t GetWorkspaceBuildProvisionerStateByIDRow) RBACObject() rbac.Object {

Callers

nothing calls this directly

Calls 4

WithGroupACLMethod · 0.80
WithACLUserListMethod · 0.80
InOrgMethod · 0.80
WithIDMethod · 0.45

Tested by

no test coverage detected