---
title: "vdsDPSoftParams"
slug: "oas-aref-vdsdpsoftparams-3-28"
updated: 2025-07-04T10:04:20Z
published: 2025-07-07T13:45:50Z
canonical: "docs.onespan.com/oas-aref-vdsdpsoftparams-3-28"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onespan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# vdsDPSoftParams

The vdsDPSoftParams table contains fields specific to a software authenticator, e.g. Mobile Authenticator Studio. It extends the vdsDigipass table with fields applicable for a software authenticator only (see [vdsDigipass](/sec/docs/oas-aref-vdsdigipass-3-28)).

## Columns

| Column name | Data type | Primary key | Nullable | Description |
| --- | --- | --- | --- | --- |
| vdsDPSoftParamsID | varchar(64) | Yes | No |  |
| vdsSVFileName | varchar(64) | No | No |  |
| vdsStaticVector | varchar(1024) | No | Yes |  |
| vdsCreateTime | timestamp | No | No | The date and time the data record was created. |
| vdsModifyTime | timestamp | No | No | The date and time the data record was last modified. |
| vdsStaticVectorEx | varchar(4096) | No | Yes |  |
| vdsMsgVector | varchar(26) | No | Yes |  |
| vdsVersion | integer | No | Yes | The current data schema version of the data record. |

## Keys

Primary key: (vdsDPSoftParamsID)

Foreign keys: None

## Indexes

| Index name | Included fields |
| --- | --- |
| Level 0 (default) |
| vdsdpsoftparamsid | vdsDPSoftParamsID |
