vdsDomain

Prev Next

The vdsDomain table contains fields for the specified domains.

Columns

Table:  vdsDomain table columns
Column nameData typePrimary keyNullableDescription
vdsDomainvarchar(255)YesNoThe domain name.
vdsDescriptionvarchar(1024)NoYes 
vdsPNMobileAppNamevarchar(64)NoYes

The name of the mobile application in push notification messages.

This is a domain-level setting. If specified, it takes precedence over any value specified in the effective policy.

vdsPNDPGatewayIDvarchar(1024)NoYes

The (encrypted) unique ID to identify the DIGIPASS Gateway infrastructure.

This is a domain-level setting. If specified, it takes precedence over any value specified in the global configuration.

vdsPNServiceAPIKeyvarchar(1024)NoYes

The (encrypted) API key used for sending push notifications via the DIGIPASS Gateway in the OneSpan cloud service.

This is a domain-level setting. If specified, it takes precedence over any value specified in the global configuration.

vdsKeyIDvarchar(255)NoYesThe identifier of the sensitive data key used to encrypt sensitive data fields of the particular record.
vdsPNDPGatewayIDKeyIDvarchar(255)NoYes

The identifier of the sensitive data key used to encrypt the DIGIPASS Gateway identifier (vdsPNDPGatewayID).

Reserved for future use.

vdsPNServiceAPIKeyKeyIDvarchar(255)NoYes

The identifier of the sensitive data key used to encrypt the API key for the OneSpan cloud service (vdsPNServiceAPIKey).

Reserved for future use.

vdsCreateTime

timestampNoNoThe date and time the data record was created.

vdsModifyTime

timestampNoNoThe date and time the data record was last modified.
vdsVersionintegerNoYesThe current data schema version of the data record.

Keys

Primary key: (vdsDomain)

Foreign keys:

  • (vdsKeyID) references vdsKey (vdsKeyID)
  • (vdsPNDPGatewayIDKeyID) references vdsKey (vdsKeyID)
  • (vdsPNServiceAPIKeyKeyID) references vdsKey (vdsKeyID)

Indexes

Table:  vdsDomain table indexes
Index nameIncluded fields
Level 0 (default)
vdsdomainidxvdsDomain