Datasets
Represents structured collections of related data grouped for analytical or integration purposes. Datasets often feed reports, dashboards, or external systems.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the dataset record. This value is system-generated and used as the primary key in relational operations. |
| Set Name | String | True |
User-defined name of the dataset as entered in the Vault interface. This value typically describes the dataset's purpose or content. |
| Status | String | False |
Indicates the current lifecycle state of the dataset, such as Active, In Progress, or Archived, based on Vault workflow configurations. |
| Set Label | String | False |
System-generated label for the dataset that supports internal referencing and user interface display. This is used in dashboards and reports. |
| Description | String | False |
Optional user-provided summary or detailed explanation of the dataset's contents, scope, or purpose, captured at creation or during updates. |
| Created By | String | True |
Username or system account that created the dataset. This helps with audit trails and accountability tracking. |
| Created Date | Datetime | True |
Timestamp indicating when the dataset was first created in Vault. Stored in UTC and used for chronological sorting or filtering. |
| Last Modified By | String | True |
Username or process that last modified the dataset. This is used for tracking changes and understanding recent updates. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent modification to the dataset record. This is useful for determining record freshness or recent activity. |
| Global ID | String | True |
System-assigned globally unique identifier used to identify the dataset across environments, integrations, or external systems. |
| Link | String | False |
System-generated URL or reference string providing a direct link to the dataset record within the Vault UI for quick access or integration. |