SoftwareItemOwner¶
M:n relation between SoftwareItem and RBAC User. Models software item ownership. Software Item Owners can be assigned special privileges on their owned products.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time this relation got created |
| CreatedByRbacUserID | numeric | Rbac User that created the relation |
| ID | numeric | Internal ID that references the SoftwareItemOwner entity (Foreign Key) |
| RbacUserID | numeric | Internal ID that references the RbacUser entity (Foreign Key) |
| SoftwareItemID | numeric |