---
title: "vdsAdmin"
slug: "oas-aref-vdsadmin-3-28"
updated: 2025-07-04T10:04:20Z
published: 2025-07-07T13:45:50Z
canonical: "docs.onespan.com/oas-aref-vdsadmin-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.

# vdsAdmin

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

| Column name | Data type | Primary key | Nullable | Description |
| --- | --- | --- | --- | --- |
| vdsDomain | varchar(255) | Yes | No | The primary domain of the administrative user. |
| vdsUserId | varchar(255) | Yes | No | The user ID of the administrative user. |
| vdsLastLogonLocation | varchar(255) | No | Yes | The client location of the last successful administrative logon for the user. |
| vdsLastLogonTime | timestamp | No | Yes | The date and time of the last successful administrative logon for the user. |
| 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. |
| vdsVersion | integer | No | Yes | The current data schema version of the data record. |

## Keys

Primary key: (vdsDomain, vdsUserId)

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

## Indexes

| Index name | Included fields |
| --- | --- |
| Level 0 (default) |
| vdsadminidx | vdsDomain vdsUserId |
