Type Alias CreateConnectionRes

type CreateConnectionRes = {
    connectionId: string;
    connectionName: string;
    createdAt: string;
    credentialsId?: string;
    dataSourceId: string;
    spaceId?: string;
    tenantId: string;
    updateAt: string;
    userId: string;
}
Index

Properties

connectionId: string

Connection ID

connectionName: string

Connection name

createdAt: string

Created at time stamp

credentialsId?: string

Credentials ID (if credentials are included in the request)

dataSourceId: string

Datasource ID

spaceId?: string

Space ID

tenantId: string

Tenant ID

updateAt: string

Updated at time stamp

userId: string

User ID