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

Method RBACObject

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

Source from the content-addressed store, hash-verified

436}
437
438func (gm GroupMember) RBACObject() rbac.Object {
439 return rbac.ResourceGroupMember.WithID(gm.UserID).InOrg(gm.OrganizationID).WithOwner(gm.UserID.String())
440}
441
442func (gm GetGroupMembersByGroupIDPaginatedRow) RBACObject() rbac.Object {
443 return rbac.ResourceGroupMember.WithID(gm.UserID).InOrg(gm.OrganizationID).WithOwner(gm.UserID.String())

Callers

nothing calls this directly

Calls 4

WithOwnerMethod · 0.80
InOrgMethod · 0.80
WithIDMethod · 0.45
StringMethod · 0.45

Tested by

no test coverage detected