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.
Constructors
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 token generated in service. Callers use this token to authenticate to integration runtime.