ComplianceUserConnection Table
FlexNet Manager Suite
2020 R1
(On-Premises)
ComplianceUserConnection
stores a link between end-users in ComplianceUser
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.
Database Column |
Details |
---|---|
ComplianceUserID
|
Type: integer. Key A unique identifier for the end-user. Foreign key to the |
ComplianceConnectionID
|
Type: integer. Key The inventory source where the end-user was reported. Foreign key to the |
ExternalID
|
Type: big integer. Key A (hopefully unique) identifier for the end-user in the external inventory source. |
FlexNet Manager Suite (On-Premises)
2020 R1