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

Method RBACObject

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

Source from the content-addressed store, hash-verified

619}
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

Callers

nothing calls this directly

Calls 1

ResourceUserObjectFunction · 0.92

Tested by

no test coverage detected