vdsOfflineData

Prev Next

The vdsOfflineData table contains data about the offline authentication data generated for each authenticator at each client location.

Columns

Table:  vdsOfflineData table columns
Column nameData typePrimary keyNullableDescription
vdsComponentTypevarchar(60)YesNo 
vdsLocationvarchar(255)YesNo 
vdsDomainvarchar(255)YesNo 
vdsUserIdvarchar(255)YesNo 
vdsSerialNovarchar(46)YesNoThe serial number of the authenticator.
vdsEventWindowintegerNoYes 
vdsEventCounterintegerNoYes 
vdsReGenRequiredintegerNoYes 
vdsStartTimetimestampNoYes 
vdsEndTimetimestampNoYes 
vdsCreateTimetimestampNoNoThe date and time the data record was created.
vdsModifyTimetimestampNoNoThe date and time the data record was last modified.
vdsOfflineDataKeyvarchar(16)NoYesThis is an automatically generated case-sensitive 16-character string (7-bit ASCII). It is used by the Digipass Authentication for Windows Logon client to retrieve correct offline authentication data after a successful authentication. Once used, the value is deleted from the database.
vdsApplNamevarchar(32)NoYesThe name of the authenticator application the offline authentication data record is related to.
vdsVersionintegerNoYesThe current data schema version of the data record.

Keys

Primary key: (vdsComponentType, vdsLocation, vdsDomain, vdsUserId, vdsSerialNo)

Foreign keys:

  • (vdsComponentType, vdsLocation) references vdsComponent (vdsComponentType, vdsLocation)
  • (vdsDomain, vdsUserId) references vdsUser (vdsDomain, vdsUserId)

Indexes

Table:  vdsOfflineData table indexes
Index nameIncluded fields
Level 0 (default)
vdsofflinedataidx

vdsComponentType

vdsLocation

vdsDomain

vdsUserId

vdsSerialNo

vdsofflinedatakeyidxvdsOfflineDataKey