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).
Columns
Table: vdsDPSoftParams table 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
Table: vdsDPSoftParams table indexes | Index name | Included fields |
|---|
| Level 0 (default) |
| vdsdpsoftparamsid | vdsDPSoftParamsID |