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.Model
IntegrationRuntimeConnectionInfo

Constructor

IntegrationRuntimeConnectionInfo(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

service_token
str

The token generated in service. Callers use this token to authenticate to integration runtime.

identity_cert_thumbprint
str

The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation.

host_service_uri
str

The on-premises integration runtime host URL.

version
str

The integration runtime version.

public_key
str

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.