IntegrationRuntimeConnectionInfo Class

Connection information for encrypting the on-premises data source credentials.

Constructor

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

Variables

Name Description
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.

Attributes

host_service_uri

The on-premises integration runtime host URL.

host_service_uri: str | None

identity_cert_thumbprint

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

identity_cert_thumbprint: str | None

is_identity_cert_exprired

Whether the identity certificate is expired.

is_identity_cert_exprired: bool | None

public_key

The public key for encrypting a credential when transferring the credential to the integration runtime.

public_key: str | None

service_token

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

service_token: str | None

version

The integration runtime version.

version: str | None