Type Alias ConnectionsResponse

type ConnectionsResponse = {
    connectStatement: string;
    id: string;
    name: string;
    spaceId?: string;
    spaceStats?: SpaceStatsResponse;
    type: string;
}
Index

Properties

connectStatement: string

The connect statement that will be passed to the connector when invoked.

id: string

The unique identifier of the connection.

name: string

The name of the connection.

spaceId?: string

The team space that the given connection is associated with. If null, the connection is not associated with any specific team space.

spaceStats?: SpaceStatsResponse
type: string

The type of the connection.