Integrations
Represents high-level integration configurations, detailing how Vault interacts with external systems, including protocols, endpoints, authentication methods, and integration status.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the integration record within the Vault database. |
| Name | String | False |
User-defined name of the integration, typically used for display and identification in the user interface. |
| Status | String | False |
Current operational state of the integration, such as Active, Inactive, or Archived, indicating its availability. |
| Created By | String | True |
Username or identifier of the Vault user who originally created this integration record. |
| Created Date | Datetime | True |
Date and timestamp when the integration record was first created in the system. |
| Last Modified By | String | True |
Username or identifier of the Vault user who most recently updated the integration record. |
| Last Modified Date | Datetime | True |
Date and timestamp of the most recent modification made to the integration. |
| Connection | String | False |
Reference to the Vault connection configuration used by the integration to access external systems or services. |
| Integration API Name | String | False |
System-generated API name for the integration, used programmatically in scripts and integrations. |
| Connection Status | String | True |
Current status of the connection to the remote system, such as Connected, Disconnected, or Error. |
| Remote Vault Integration Name | String | False |
Name of the integration as it appears in the connected remote Vault environment. |
| Remote Vault Integration ID | String | False |
Unique identifier of the integration record in the connected remote Vault system. |
| Remote Vault Integration | String | True |
System reference to the integration instance in the remote Vault, used for synchronization and linking. |
| Last Successful Run | Datetime | False |
Timestamp of the most recent successful execution of the integration job or process. |
| Global ID | String | True |
Globally unique identifier assigned to the integration record across all Vault environments for cross-system tracking. |
| Link | String | False |
System-generated link or URL that provides direct access to the integration record in the Vault user interface. |