()
| 520 | } |
| 521 | |
| 522 | func (w WorkspaceTable) DormantRBAC() rbac.Object { |
| 523 | return rbac.ResourceWorkspaceDormant. |
| 524 | WithID(w.ID). |
| 525 | InOrg(w.OrganizationID). |
| 526 | WithOwner(w.OwnerID.String()) |
| 527 | } |
| 528 | |
| 529 | // IsPrebuild returns true if the workspace is a prebuild workspace. |
| 530 | // A workspace is considered a prebuild if its owner is the prebuild system user. |
no test coverage detected