LicenseUserConnection Table

ComplianceUserConnection stores a link between external end-users in LicenseUser which have been reported in inventory, and external IDs which can be used to identify them in their inventory sources. End-users reported in multiple inventory sources will appear multiple times in this table.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for LicenseUserConnection table

Database Column

Details

LicenseUserID

Type: integer. Key

A unique identifier for the external end-user. Foreign key to the LicenseUser table.

ComplianceConnectionID

Type: integer. Key. Nullable

The inventory source where the end-user was reported. Foreign key to the ComplianceConnection table.

ExternalID

Type: big integer. Key

A (hopefully unique) identifier for the end-user in the external inventory source.