SapHanaLinkedServiceProperties interface

Properties specific to this linked service type.

Properties

authenticationType

The authentication type to be used to connect to the SAP HANA server.

connectionString

SAP HANA ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

encryptedCredential

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

password

Password to access the SAP HANA server.

server

Host name of the SAP HANA server. Type: string (or Expression with resultType string).

userName

Username to access the SAP HANA server. Type: string (or Expression with resultType string).

Property Details

authenticationType

The authentication type to be used to connect to the SAP HANA server.

authenticationType?: string

Property Value

string

connectionString

SAP HANA ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

connectionString?: any

Property Value

any

encryptedCredential

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

encryptedCredential?: string

Property Value

string

password

Password to access the SAP HANA server.

password?: SecretBaseUnion

Property Value

server

Host name of the SAP HANA server. Type: string (or Expression with resultType string).

server?: any

Property Value

any

userName

Username to access the SAP HANA server. Type: string (or Expression with resultType string).

userName?: any

Property Value

any