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
connectionProperties: unknown
createdAt: string
credentialsId?: string
dataSourceId: string
spaceId?: string
tags?: string[]
tenantId: string
updateAt: string
userId: string