Rest Service Linked Service Args
Rest Service linked service.
Constructors
Properties
The resource you are requesting authorization to use. Type: string (or Expression with resultType string).
List of tags that can be used for describing the linked service.
Type of authentication used to connect to the REST service.
The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object).
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).
The client secret associated with your application.
The integration runtime reference.
The credential reference containing authentication information.
Linked service description.
Whether to validate server side SSL certificate when connecting to the endpoint.The default value is true. Type: boolean (or Expression with resultType boolean).
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
Parameters for linked service.
The password used in Basic authentication type.
The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
The application's key used in AadServicePrincipal authentication type.
The token endpoint of the authorization server to acquire access token. Type: string (or Expression with resultType string).