SoftwareItemOrganization¶
M:n SoftwareItem to Organization relation for Items that are linked to specific organizattions
Fields¶
Field | Type | Description |
---|---|---|
ID | bigint | Internal ID for the SoftwareItemOrganization entity (Primary Key) |
MachineEntitled | bit | True if machines of the organizations are entitled |
OrganizationID | bigint | Internal ID that references the Organization entity (Foreign Key) |
SoftwareItemID | bigint | Internal ID that references the SoftwareItem entity (Foreign Key) |
UserEntitled | bit | True if users of the organization are entitled |
Visible | bit | Reserved for future use |