Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ODataLinkedService

Package version

Open Data Protocol (OData) linked service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional aadResourceId

aadResourceId: any

Specify the resource you are requesting authorization to use Directory. Type: string (or Expression with resultType string).

Optional aadServicePrincipalCredentialType

aadServicePrincipalCredentialType: ODataAadServicePrincipalCredentialType

Specify the credential type (key or cert) is used for service principal.

Optional annotations

annotations: any[]

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

Optional authenticationType

authenticationType: ODataAuthenticationType

Type of authentication used to connect to the OData service.

Optional azureCloudType

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).

Optional connectVia

The integration runtime reference.

Optional description

description: undefined | string

Linked service description.

Optional encryptedCredential

encryptedCredential: any

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

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional password

password: SecretBaseUnion

Password of the OData service.

Optional servicePrincipalEmbeddedCert

servicePrincipalEmbeddedCert: SecretBaseUnion

Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

Optional servicePrincipalEmbeddedCertPassword

servicePrincipalEmbeddedCertPassword: SecretBaseUnion

Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).

Optional servicePrincipalId

servicePrincipalId: any

Specify the application id of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

Optional servicePrincipalKey

servicePrincipalKey: SecretBaseUnion

Specify the secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).

Optional tenant

tenant: any

Specify the tenant information (domain name or tenant ID) under which your application resides. Type: string (or Expression with resultType string).

type

type: "OData"

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

url

url: any

The URL of the OData service endpoint. Type: string (or Expression with resultType string).

Optional userName

userName: any

User name of the OData service. Type: string (or Expression with resultType string).

Generated using TypeDoc