IntegrationRuntimeConnectionInfo interface

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

Properties

hostServiceUri

The on-premises integration runtime host URL. NOTE: This property will not be serialized. It can only be populated by the server.

identityCertThumbprint

The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation. NOTE: This property will not be serialized. It can only be populated by the server.

isIdentityCertExprired

Whether the identity certificate is expired. NOTE: This property will not be serialized. It can only be populated by the server.

publicKey

The public key for encrypting a credential when transferring the credential to the integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

serviceToken

The token generated in service. Callers use this token to authenticate to integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

version

The integration runtime version. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

hostServiceUri

The on-premises integration runtime host URL. NOTE: This property will not be serialized. It can only be populated by the server.

hostServiceUri?: string

Property Value

string

identityCertThumbprint

The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation. NOTE: This property will not be serialized. It can only be populated by the server.

identityCertThumbprint?: string

Property Value

string

isIdentityCertExprired

Whether the identity certificate is expired. NOTE: This property will not be serialized. It can only be populated by the server.

isIdentityCertExprired?: boolean

Property Value

boolean

publicKey

The public key for encrypting a credential when transferring the credential to the integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

publicKey?: string

Property Value

string

serviceToken

The token generated in service. Callers use this token to authenticate to integration runtime. NOTE: This property will not be serialized. It can only be populated by the server.

serviceToken?: string

Property Value

string

version

The integration runtime version. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Property Value

string