vdsAdmin

Prev Next

The vdsAdmin table contains fields specific to OneSpan Authentication Server administrators. It extends the vdsUser table with user information applicable for administrative accounts only.

Columns

Table:  vdsAdmin table columns
Column nameData typePrimary keyNullableDescription
vdsDomainvarchar(255)YesNoThe primary domain of the administrative user.
vdsUserIdvarchar(255)YesNoThe user ID of the administrative user.
vdsLastLogonLocationvarchar(255)NoYesThe client location of the last successful administrative logon for the user.
vdsLastLogonTimetimestampNoYesThe date and time of the last successful administrative logon for the user.
vdsCreateTimetimestampNoNoThe date and time the data record was created.
vdsModifyTimetimestampNoNoThe date and time the data record was last modified.
vdsVersionintegerNoYesThe current data schema version of the data record.

Keys

Primary key: (vdsDomain, vdsUserId)

Foreign keys: (vdsDomain, vdsUserId) references vdsUser (vdsDomain, vdsUserId)

Indexes

Table:  vdsAdmin table indexes
Index nameIncluded fields
Level 0 (default)
vdsadminidx

vdsDomain

vdsUserId