AccessingDevice Table

AccessingDevice stores information about devices which are accessing a software on the server.

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

Database Column

Details

AccessingDeviceID

Type: integer. Key. Generated ID

A unique identifier for a AccessingDevice

ComplianceComputerID

Type: integer. Key. Nullable

An identifier for a compliance computer record. Foreign key to the ComplianceComputer table.

IPAddress

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

IP address of the of the device.

ComputerName

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

Computer name.

SerialNo

Type: text (max 100 characters). Nullable

The serial number of the computer.

Domain

Type: text (max 100 characters). Nullable

The domain name of the computer.