RestServiceLinkedService |
RestServiceLinkedService.withAadResourceId(Object aadResourceId) |
Set the aadResourceId property: The resource you are requesting authorization to use.
|
RestServiceLinkedService |
RestServiceLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
RestServiceLinkedService |
RestServiceLinkedService.withAuthenticationType(RestServiceAuthenticationType authenticationType) |
Set the authenticationType property: Type of authentication used to connect to the REST service.
|
RestServiceLinkedService |
RestServiceLinkedService.withAuthHeaders(Object authHeaders) |
Set the authHeaders property: The additional HTTP headers in the request to RESTful API used for authorization.
|
RestServiceLinkedService |
RestServiceLinkedService.withAzureCloudType(Object azureCloudType) |
Set the azureCloudType property: Indicates the azure cloud type of the service principle auth.
|
RestServiceLinkedService |
RestServiceLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
RestServiceLinkedService |
RestServiceLinkedService.withCredential(CredentialReference credential) |
Set the credential property: The credential reference containing authentication information.
|
RestServiceLinkedService |
RestServiceLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
RestServiceLinkedService |
RestServiceLinkedService.withEnableServerCertificateValidation(Object enableServerCertificateValidation) |
Set the enableServerCertificateValidation property: Whether to validate server side SSL certificate when
connecting to the endpoint.The default value is true.
|
RestServiceLinkedService |
RestServiceLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
RestServiceLinkedService |
RestServiceLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
RestServiceLinkedService |
RestServiceLinkedService.withPassword(SecretBase password) |
Set the password property: The password used in Basic authentication type.
|
RestServiceLinkedService |
RestServiceLinkedService.withServicePrincipalId(Object servicePrincipalId) |
Set the servicePrincipalId property: The application's client ID used in AadServicePrincipal authentication type.
|
RestServiceLinkedService |
RestServiceLinkedService.withServicePrincipalKey(SecretBase servicePrincipalKey) |
Set the servicePrincipalKey property: The application's key used in AadServicePrincipal authentication type.
|
RestServiceLinkedService |
RestServiceLinkedService.withTenant(Object tenant) |
Set the tenant property: The tenant information (domain name or tenant ID) used in AadServicePrincipal
authentication type under which your application resides.
|
RestServiceLinkedService |
RestServiceLinkedService.withUrl(Object url) |
Set the url property: The base URL of the REST service.
|
RestServiceLinkedService |
RestServiceLinkedService.withUsername(Object username) |
Set the username property: The user name used in Basic authentication type.
|