interface PipelineConnection {
    accountId?: string;
    definitionId?: number;
    redirectUrl?: string;
    serviceEndpointId?: string;
    teamProjectId?: string;
}

Properties

accountId?: string

The account id that contains the team project for the connection.

definitionId?: number

The definition id that was created for the connection.

redirectUrl?: string

This is the URL that the user should be taken to in order to continue setup.

serviceEndpointId?: string

The service endpoint that was created for the connection.

teamProjectId?: string

The team project that contains the definition for the connection.