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

Method RBACObject

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

Source from the content-addressed store, hash-verified

631}
632
633func (l License) RBACObject() rbac.Object {
634 return rbac.ResourceLicense.WithIDString(strconv.FormatInt(int64(l.ID), 10))
635}
636
637func (c OAuth2ProviderAppCode) RBACObject() rbac.Object {
638 return rbac.ResourceOauth2AppCodeToken.WithOwner(c.UserID.String())

Callers

nothing calls this directly

Calls 1

WithIDStringMethod · 0.80

Tested by

no test coverage detected