IntegrationRuntimeConnectionInfo interface
Connection information for encrypting the on-premises data source credentials.
Properties
| additional |
Additional properties |
| host |
The on-premises integration runtime host URL. |
| identity |
The integration runtime SSL certificate thumbprint. Click-Once application uses it to do server validation. |
| is |
Whether the identity certificate is expired. |
| public |
The public key for encrypting a credential when transferring the credential to the integration runtime. |
| service |
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