SapTableLinkedService Class

SAP Table Linked Service.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.synapse.artifacts.models._models_py3.LinkedService
SapTableLinkedService

Constructor

SapTableLinkedService(*, additional_properties: Optional[Dict[str, object]] = None, connect_via: Optional[azure.synapse.artifacts.models._models_py3.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.ParameterSpecification]] = None, annotations: Optional[List[object]] = None, server: Optional[object] = None, system_number: Optional[object] = None, client_id: Optional[object] = None, language: Optional[object] = None, system_id: Optional[object] = None, user_name: Optional[object] = None, password: Optional[azure.synapse.artifacts.models._models_py3.SecretBase] = None, message_server: Optional[object] = None, message_server_service: Optional[object] = None, snc_mode: Optional[object] = None, snc_my_name: Optional[object] = None, snc_partner_name: Optional[object] = None, snc_library_path: Optional[object] = None, snc_qop: Optional[object] = None, logon_group: Optional[object] = None, encrypted_credential: Optional[object] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

type
str
Required

Required. Type of linked service.Constant filled by server.

connect_via
IntegrationRuntimeReference
Required

The integration runtime reference.

description
str
Required

Linked service description.

parameters
dict[str, ParameterSpecification]
Required

Parameters for linked service.

annotations
list[object]
Required

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

server
object
Required

Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).

system_number
object
Required

System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).

client_id
object
Required

Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).

language
object
Required

Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).

system_id
object
Required

SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).

user_name
object
Required

Username to access the SAP server where the table is located. Type: string (or Expression with resultType string).

password
SecretBase
Required

Password to access the SAP server where the table is located.

message_server
object
Required

The hostname of the SAP Message Server. Type: string (or Expression with resultType string).

message_server_service
object
Required

The service name or port number of the Message Server. Type: string (or Expression with resultType string).

snc_mode
object
Required

SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).

snc_my_name
object
Required

Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).

snc_partner_name
object
Required

Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).

snc_library_path
object
Required

External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).

snc_qop
object
Required

SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).

logon_group
object
Required

The Logon Group for the SAP System. Type: string (or Expression with resultType string).

encrypted_credential
object
Required

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