Package version:

Interface RestServiceLinkedService

Rest Service linked service.

Hierarchy

Properties

aadResourceId?: any

The resource you are requesting authorization to use.

annotations?: any[]

List of tags that can be used for describing the linked service.

authHeaders?: any

The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object).

authenticationType: string

Type of authentication used to connect to the REST service.

azureCloudType?: any

Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).

clientId?: any

The client ID associated with your application. Type: string (or Expression with resultType string).

clientSecret?: SecretBaseUnion

The client secret associated with your application.

The integration runtime reference.

description?: string

Linked service description.

enableServerCertificateValidation?: any

Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type: boolean (or Expression with resultType boolean).

encryptedCredential?: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

Type declaration

password?: SecretBaseUnion

The password used in Basic authentication type.

resource?: any

The target service or resource to which the access will be requested. Type: string (or Expression with resultType string).

scope?: any

The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).

servicePrincipalId?: any

The application's client ID used in AadServicePrincipal authentication type.

servicePrincipalKey?: SecretBaseUnion

The application's key used in AadServicePrincipal authentication type.

tenant?: any

The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides.

tokenEndpoint?: any

The token endpoint of the authorization server to acquire access token. Type: string (or Expression with resultType string).

type: "RestService"

Polymorphic discriminator, which specifies the different types this object can be

url: any

The base URL of the REST service.

userName?: any

The user name used in Basic authentication type.

Generated using TypeDoc