SapHanaLinkedServiceProperties Class

Properties specific to this linked service type.

Constructor

SapHanaLinkedServiceProperties(*args: Any, **kwargs: Any)

Variables

Name Description
connection_string
any

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

server
any

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

authentication_type

The authentication type to be used to connect to the SAP HANA server. Known values are: "Basic" and "Windows".

user_name
any

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

password

Password to access the SAP HANA server.

encrypted_credential
str

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

Attributes

authentication_type

The authentication type to be used to connect to the SAP HANA server. Known values are: "Basic" and "Windows".

authentication_type: str | _models.SapHanaAuthenticationType | None

connection_string

string, SecureString or AzureKeyVaultSecretReference.

connection_string: Any | None

encrypted_credential

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

encrypted_credential: str | None

password

Password to access the SAP HANA server.

password: _models.SecretBase | None

server

string (or Expression with resultType string).

server: Any | None

user_name

string (or Expression with resultType string).

user_name: Any | None