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

Method RBACObject

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

Source from the content-addressed store, hash-verified

615}
616
617func (u GetUsersRow) RBACObject() rbac.Object {
618 return rbac.ResourceUserObject(u.ID)
619}
620
621func (u GitSSHKey) RBACObject() rbac.Object { return rbac.ResourceUserObject(u.UserID) }
622func (u ExternalAuthLink) RBACObject() rbac.Object { return rbac.ResourceUserObject(u.UserID) }

Callers

nothing calls this directly

Calls 1

ResourceUserObjectFunction · 0.92

Tested by

no test coverage detected