Type Alias GetConnectionResponse

type GetConnectionResponse = {
    connectionId: string;
    connectionName: string;
    connectionProperties: unknown;
    createdAt: string;
    credentialsId?: string;
    dataSourceId: string;
    spaceId?: string;
    tags?: string[];
    tenantId: string;
    updateAt: string;
    userId: string;
}
Index

Properties

connectionId: string

Connection ID

connectionName: string

Connection name

connectionProperties: unknown

List of connection properties

createdAt: string

Created at time stamp

credentialsId?: string

Credentials ID (associated with the connection, either embedded or separated)

dataSourceId: string

Datasource ID

spaceId?: string

Space ID

tags?: string[]

string tags associated with the connection

tenantId: string

Tenant ID

updateAt: string

Updated at time stamp

userId: string

User ID