IntegrationRuntimeConnectionInfo interface
Connection information for encrypting the on-premises data source credentials.
Properties
host |
The on-premises integration runtime host URL. NOTE: This property will not be serialized. It can only be populated by the server. |
identity |
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. |
is |
Whether the identity certificate is expired. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
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. |
service |
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