PhoenixLinkedServiceResponse

data class PhoenixLinkedServiceResponse(val allowHostNameCNMismatch: Any? = null, val allowSelfSignedServerCert: Any? = null, val annotations: List<Any>? = null, val authenticationType: String, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val enableSsl: Any? = null, val encryptedCredential: String? = null, val host: Any, val httpPath: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val port: Any? = null, val trustedCertPath: Any? = null, val type: String, val useSystemTrustStore: Any? = null, val username: Any? = null, val version: String? = null)

Phoenix server linked service.

Constructors

Link copied to clipboard
constructor(allowHostNameCNMismatch: Any? = null, allowSelfSignedServerCert: Any? = null, annotations: List<Any>? = null, authenticationType: String, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, enableSsl: Any? = null, encryptedCredential: String? = null, host: Any, httpPath: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, port: Any? = null, trustedCertPath: Any? = null, type: String, useSystemTrustStore: Any? = null, username: Any? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false.

Link copied to clipboard

Specifies whether to allow self-signed certificates from the server. The default value is false.

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard

The authentication mechanism used to connect to the Phoenix server.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard
val enableSsl: Any? = null

Specifies whether the connections to the server are encrypted using SSL. The default value is false.

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val host: Any

The IP address or host name of the Phoenix server. (i.e. 192.168.222.160)

Link copied to clipboard
val httpPath: Any? = null

The partial URL corresponding to the Phoenix server. (i.e. /gateway/sandbox/phoenix/version). The default value is hbasephoenix if using WindowsAzureHDInsightService.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The password corresponding to the user name.

Link copied to clipboard
val port: Any? = null

The TCP port that the Phoenix server uses to listen for client connections. The default value is 8765.

Link copied to clipboard
val trustedCertPath: Any? = null

The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.

Link copied to clipboard

Type of linked service. Expected value is 'Phoenix'.

Link copied to clipboard
val username: Any? = null

The user name used to connect to the Phoenix server.

Link copied to clipboard

Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.

Link copied to clipboard
val version: String? = null

Version of the linked service.