Skip to main content

OData (Windows Authentication)

Connect to an OData source using Windows authentication

To use this connection type within the API, use a ConnectionTypeCode of ODATA-WINDOWS.

Variable Reference

The following variables are supported:

  • ODataServiceURL - (Required) The root URL of the OData Service.

  • UsernameSecretName - (Required) The name of the Key Vault secret containing the Windows Username to access this data source.

  • PasswordSecretName - (Required) The name of the Key Vault secret containing the Password of the Windows user.

  • IntegrationRuntime - (Required) Integration Runtime to use for Copy Activity.