interface WebApiConnectedService {
    authenticatedBy?: IdentityRef;
    description?: string;
    friendlyName?: string;
    id?: string;
    kind?: string;
    project?: TeamProjectReference;
    serviceUri?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

authenticatedBy?: IdentityRef

The user who did the OAuth authentication to created this service

description?: string

Extra description on the service.

friendlyName?: string

Friendly Name of service connection

id?: string

Id/Name of the connection service. For Ex: Subscription Id for Azure Connection

kind?: string

The kind of service.

The project associated with this service

serviceUri?: string

Optional uri to connect directly to the service such as https://windows.azure.com

url?: string