IntegrationRuntimeConnectionInfo Class
Connection information for encrypting the on-premises data source credentials.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelIntegrationRuntimeConnectionInfo
Constructor
IntegrationRuntimeConnectionInfo(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
service_token
|
The token generated in service. Callers use this token to authenticate to integration runtime. |
identity_cert_thumbprint
|
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation. |
host_service_uri
|
The on-premises integration runtime host URL. |
version
|
The integration runtime version. |
public_key
|
The public key for encrypting a credential when transferring the credential to the integration runtime. |
is_identity_cert_exprired
|
Whether the identity certificate is expired. |
Azure SDK for Python