IntegrationRuntimeConnectionInfo interface

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

Properties

additionalProperties

Additional properties

hostServiceUri

The on-premises integration runtime host URL.

identityCertThumbprint

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

isIdentityCertExprired

Whether the identity certificate is expired.

publicKey

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

serviceToken

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

version

The integration runtime version.

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

hostServiceUri

The on-premises integration runtime host URL.

hostServiceUri?: string

Property Value

string

identityCertThumbprint

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

identityCertThumbprint?: string

Property Value

string

isIdentityCertExprired

Whether the identity certificate is expired.

isIdentityCertExprired?: boolean

Property Value

boolean

publicKey

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

publicKey?: string

Property Value

string

serviceToken

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

serviceToken?: string

Property Value

string

version

The integration runtime version.

version?: string

Property Value

string