BaseConnection

Base connection interface containing common fields shared by all connection types.
This interface provides the foundational properties that all connection models inherit.

Properties

id

id: string

The unique identifier for the connection.


name

name: string

The display name of the connection.


category

category: ConnectionCategory

The category of the connection (Basic or OAuth).


type

type: DataConnectionType

The type of data source connection.