Get Integration Runtime Connection Info Result
data class GetIntegrationRuntimeConnectionInfoResult(val hostServiceUri: String, val identityCertThumbprint: String, val isIdentityCertExprired: Boolean, val publicKey: String, val serviceToken: String, val version: String)
Connection information for encrypting the on-premises data source credentials.