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

Method RBACObject

coderd/database/modelmethods.go:613–615  ·  view source on GitHub ↗

RBACObject returns the RBAC object for the site wide user resource.

()

Source from the content-addressed store, hash-verified

611
612// RBACObject returns the RBAC object for the site wide user resource.
613func (u User) RBACObject() rbac.Object {
614 return rbac.ResourceUserObject(u.ID)
615}
616
617func (u GetUsersRow) RBACObject() rbac.Object {
618 return rbac.ResourceUserObject(u.ID)

Callers

nothing calls this directly

Calls 1

ResourceUserObjectFunction · 0.92

Tested by

no test coverage detected