SoftwareItemRbacUser¶
M:n relation between SoftwareItem and RbacUser for items that are linked to specific RBAC users.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time this relation between a software item an an RBAC user got created |
| CreatedBy | string | User that created this relation |
| ExtraData | string | An optional JSON document that can hold extra data for this SoftwareItemRbacUser relation |
| ID | numeric | Internal ID for the SoftwareItemRbacUser entity (Primary Key) |
| LastModification | datetime | Date/Time this relation got last modified |
| LastModifiedBy | string | User that last modified this relation |
| RbacUserID | numeric | Internal ID that references the RbacUser entity (Foreign Key) |
| SoftwareItemAssignmentReasonID | numeric | Internal ID that references the SoftwareItemAssignmentReason entity (Foreign Key) |
| SoftwareItemID | numeric | Internal ID that references the SoftwareItem entity (Foreign Key) |