vdsReport

Prev Next

The vdsReport table contains the attributes of the existing reports defined in OneSpan Authentication Server.

Columns

Table: vdsReport table columns
Column nameData typePrimary keyNullableDescription
vdsDomainvarchar(255)YesNo 
vdsReportIDvarchar(64)YesNo 
vdsReportNamevarchar(64)NoNoThe name of the report.
vdsReportDescvarchar(255)NoYes 
vdsDataSourceintegerNoNoThe source from where the data in the report originates.
vdsGroupLevelintegerNoYesThis is used to group the information in the report into the format required.
vdsReportTypeintegerNoNo 
vdsRunPermsintegerNoNoThe usage permissions specifying who can view and run the report.
vdsChangePermsintegerNoNoThe change permissions specifying who can change the report.
vdsTimeFreqintegerNoYesSpecifies the sub-count time frequency for trend analysis reports.
vdsQueryDefvarchar(4000)NoNo 
vdsUserIDvarchar(255)NoYes 
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, vdsReportID)

Foreign keys:

  • (vdsDomain) references vdsDomain (vdsDomain)
  • (vdsDomain, vdsUserID) references vdsUser (vdsDomain, vdsUserID)

Indexes

Table: vdsReport table indexes
Index nameIncluded fields
Level 0 (default)
vdsreportidx

vdsDomain

vdsReportId