Skip to content

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
ExtraData string An optional JSON document that can hold extra data for this SoftwareItemOwner relation
ID numeric Internal ID for the SoftwareItemOwner entity (Primary Key)
RbacUserID numeric Internal ID that references the RbacUser entity (Foreign Key)
SoftwareItemID numeric Internal ID that references the SoftwareItem entity (Foreign Key)