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

Method RBACObject

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

Source from the content-addressed store, hash-verified

620
621func (u GitSSHKey) RBACObject() rbac.Object { return rbac.ResourceUserObject(u.UserID) }
622func (u ExternalAuthLink) RBACObject() rbac.Object { return rbac.ResourceUserObject(u.UserID) }
623func (u UserLink) RBACObject() rbac.Object { return rbac.ResourceUserObject(u.UserID) }
624
625func (u ExternalAuthLink) OAuthToken() *oauth2.Token {

Callers

nothing calls this directly

Calls 1

ResourceUserObjectFunction · 0.92

Tested by

no test coverage detected