ODataLinkedServiceArgs

data class ODataLinkedServiceArgs(val aadResourceId: Output<Any>? = null, val aadServicePrincipalCredentialType: Output<Either<String, ODataAadServicePrincipalCredentialType>>? = null, val annotations: Output<List<Any>>? = null, val authHeaders: Output<Any>? = null, val authenticationType: Output<Either<String, ODataAuthenticationType>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalEmbeddedCert: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalEmbeddedCertPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null, val version: Output<String>? = null) : ConvertibleToJava<ODataLinkedServiceArgs>

Open Data Protocol (OData) linked service.

Constructors

Link copied to clipboard
constructor(aadResourceId: Output<Any>? = null, aadServicePrincipalCredentialType: Output<Either<String, ODataAadServicePrincipalCredentialType>>? = null, annotations: Output<List<Any>>? = null, authHeaders: Output<Any>? = null, authenticationType: Output<Either<String, ODataAuthenticationType>>? = null, azureCloudType: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalEmbeddedCert: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalEmbeddedCertPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, tenant: Output<Any>? = null, type: Output<String>, url: Output<Any>, userName: Output<Any>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val aadResourceId: Output<Any>? = null

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

Link copied to clipboard

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

Link copied to clipboard
val annotations: Output<List<Any>>? = null

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

Link copied to clipboard
val authenticationType: Output<Either<String, ODataAuthenticationType>>? = null

Type of authentication used to connect to the OData service.

Link copied to clipboard
val authHeaders: Output<Any>? = null

The additional HTTP headers in the request to RESTful API used for authorization. Type: key value pairs (value should be string type).

Link copied to clipboard
val azureCloudType: Output<Any>? = null

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

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: Output<String>? = null

Linked service description.

Link copied to clipboard
val encryptedCredential: Output<String>? = null

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password of the OData service.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val servicePrincipalId: Output<Any>? = null

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

Link copied to clipboard

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

Link copied to clipboard
val tenant: Output<Any>? = null

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

Link copied to clipboard
val type: Output<String>

Type of linked service. Expected value is 'OData'.

Link copied to clipboard
val url: Output<Any>

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

Link copied to clipboard
val userName: Output<Any>? = null

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

Link copied to clipboard
val version: Output<String>? = null

Version of the linked service.

Functions

Link copied to clipboard
open override fun toJava(): ODataLinkedServiceArgs