Connections2
Represents internal system-managed connection metadata for integrations between Vault and external applications. This is used by the platform to track and manage background sync processes and connection lifecycle states.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the connection record. This value is automatically generated by the system. |
| Connection Type | String | True |
Indicates the classification of the connection, typically representing the object type used to manage integration points in the Vault environment. |
| Name | String | False |
Human-readable name assigned to the connection for identification within the Vault interface. |
| Status | String | True |
Current operational status of the connection, such as Active, Inactive, or Pending, reflecting its readiness for use. |
| Created By | String | True |
Username of the Vault user who initially created the connection record. |
| Created Date | Datetime | True |
Timestamp recording when the connection record was first created in the Vault system. |
| Last Modified By | String | True |
Username of the Vault user who last updated the connection details. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent modification to the connection record. |
| Lifecycle | String | True |
Represents the lifecycle associated with the connection object, defining its phases and allowed transitions. |
| Lifecycle State | String | True |
Current state within the defined lifecycle, such as Draft, Approved, or Retired. |
| API Name | String | False |
System-generated, API-safe name used for programmatic access to the connection record. |
| Authorized Connection User | String | False |
Internal system user or integration user that is authorized to establish and manage this connection. |
| Description | String | False |
Detailed explanation of the connection's purpose, scope, or configuration settings, maintained for documentation and auditing. |
| Contact Email | String | False |
Email address of the external party or system administrator responsible for the remote end of the connection. |
| Contact Name | String | False |
Name of the remote contact person or administrator managing the external system or integration. |
| Remote Domain | String | False |
Domain name of the remote Vault or external system associated with this connection. |
| Remote Vault ID | String | False |
System-level unique identifier assigned to the external or target Vault involved in the connection. |
| Remote Vault Name | String | False |
Name of the external or target Vault that this connection points to. |
| Remote Connection ID | String | True |
Identifier of the corresponding connection on the remote Vault or external system, enabling bidirectional integration tracking. |
| URL | String | False |
Endpoint URL used by the connection to transmit or receive data, typically representing an API or service address. |
| Authorization | String | False |
Reference to the authorization configuration applied to this connection, such as OAuth, certificate-based, or token authentication. |
| Certificate ID | String | False |
Identifier of the certificate used to establish a secure connection, if certificate-based authentication is configured. |
| Global ID | String | True |
Globally unique identifier for the connection record, used for cross-Vault synchronization and tracking. |
| Link | String | False |
Hyperlink or reference to the connection record within Vault, typically used for navigation or integration. |
| System Managed | Bool | False |
Indicates whether the connection is automatically managed by the Vault system as part of a predefined configuration. |
| Supports Crosslinks | Bool | True |
Specifies whether this connection supports crosslinking, allowing documents or records to reference content across Vaults. |