ImportedAccessingUser Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The ImportedAccessingUser table holds a record of the user access infomarion.

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 ImportedAccessingUser table

Database Column

Details

ComplianceConnectionID

Type: integer. Key

The identifier for a data source connection in the ComplianceConnection table.

ExternalAccessingUserID

Type: big integer. Key

The accessing user id. This is part of the key.

AccessingUserID

Type: integer. Key. Nullable

The matching AccessingUser ID. Foreign key to the AccessingUser table.

UserName

Type: text (max 256 characters). Key

User name of the accessing user.

DomainName

Type: text (max 100 characters). Key. Nullable

Domain name of the accessing user.

SAMAccountName

Type: text (max 64 characters). Nullable

SAM account name of the accessing user.

FlexNet Manager Suite (On-Premises)

2020 R1