()
| 410 | } |
| 411 | |
| 412 | func (i InboxNotification) RBACObject() rbac.Object { |
| 413 | return rbac.ResourceInboxNotification. |
| 414 | WithID(i.ID). |
| 415 | WithOwner(i.UserID.String()) |
| 416 | } |
| 417 | |
| 418 | // RBACObjectNoTemplate is for orphaned template versions. |
| 419 | func (v TemplateVersion) RBACObjectNoTemplate() rbac.Object { |