---
title: "vdsOrgUnit"
slug: "oas-aref-vdsorgunit-3-28"
updated: 2025-07-04T10:04:20Z
published: 2025-07-07T13:44:54Z
canonical: "docs.onespan.com/oas-aref-vdsorgunit-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.

# vdsOrgUnit

The vdsOrgUnit table contains fields for the specified organizational units.

## Columns

| Column name | Data type | Primary key | Nullable | Description |
| --- | --- | --- | --- | --- |
| vdsDomain | varchar(255) | Yes | No | The domain to which the organizational unit belongs. |
| vdsOrgUnit | varchar(255) | Yes | No | The name of the organizational unit. |
| vdsDescription | varchar(1024) | No | Yes |  |
| vdsParentOrgUnit | varchar(255) | No | Yes | The parent organizational unit. This is used to define a hierarchy of organizational units. |
| 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, vdsOrgUnit)

Foreign keys:

- (vdsDomain) references vdsDomain (vdsDomain)
- (vdsDomain, vdsParentOrgUnit) references vdsOrgUnit (vdsDomain, vdsOrgUnit)

## Indexes

| Index name | Included fields |
| --- | --- |
| Level 0 (default) |
| vdsorgidx | vdsDomain vdsOrgUnit |
