Class CreateConnectionRequestDataAttributes

Attributes defining the data source connection, including join configuration and custom fields.

Hierarchy

  • CreateConnectionRequestDataAttributes

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

List of custom attribute fields to import from the data source.

joinAttribute: string

The attribute in the data source used to join records with the entity.

joinType: string

The type of join key used to link the data source to the entity (for example, email or user_id).

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).

Generated using TypeDoc