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 | bigint | Rbac User that created the relation |
ID | bigint | Internal ID that references the SoftwareItemOwner entity (Foreign Key) |
RbacUserID | bigint | Internal ID that references the RbacUser entity (Foreign Key) |
SoftwareItemID | bigint |