Class ListConnectionsResponseDataAttributesConnectionsItems

Details of a single data source connection, including its fields, join configuration, and audit metadata.

Hierarchy

  • ListConnectionsResponseDataAttributesConnectionsItems

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: Date

Timestamp indicating when the connection was created.

createdBy?: string

Identifier of the user who created the connection.

List of custom attribute fields imported from the data source.

id?: string

Unique identifier of the connection.

The join configuration describing how the data source is linked to the entity.

metadata?: {
    [key: string]: string;
}

Additional key-value metadata associated with the connection.

Type declaration

  • [key: string]: string
type?: string

The type of data source connection (for example, ref_table).

updatedAt?: Date

Timestamp indicating when the connection was last updated.

updatedBy?: string

Identifier of the user who last updated the connection.

Generated using TypeDoc