AccessingUserSnapshot Table

The AccessingUserSnapshot table lists all the snapshotted accessing users.

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

Database Column

Details

AccessingUserID

Type: integer. Key

A unique identifier for a AccessingUser.

ComplianceUserID

Type: integer. Nullable

An identifier for a compliance user record. Foreign key to the ComplianceUserSnapshot table.

UserName

Type: text (max 256 characters)

Username of the end user.

DomainName

Type: text (max 100 characters). Nullable

Domain name of the end user.

LicenseMeasurementID

Type: integer. Key

The snapshot ID. Foreign key to the LicenseMeasurement table.