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
IntegrationRuntimeConnectionInfo

Constructor

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

Variables

additional_properties
dict[str, any]

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
bool

Whether the identity certificate is expired.