GetIntegrationRuntimeConnectionInfoResult

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.

Constructors

constructor(hostServiceUri: String, identityCertThumbprint: String, isIdentityCertExprired: Boolean, publicKey: String, serviceToken: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The on-premises integration runtime host URL.

Link copied to clipboard

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

Link copied to clipboard

Whether the identity certificate is expired.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The integration runtime version.