interface WebApiConnectedServiceDetails {
    connectedServiceMetaData?: WebApiConnectedService;
    credentialsXml?: string;
    endPoint?: string;
    id?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

connectedServiceMetaData?: WebApiConnectedService

Meta data for service connection

credentialsXml?: string

Credential info

endPoint?: string

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

id?: string
url?: string