AzureDataExplorerLinkedServiceResponse

data class AzureDataExplorerLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val credential: CredentialReferenceResponse? = null, val database: Any, val description: String? = null, val endpoint: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val tenant: Any? = null, val type: String, val version: String? = null)

Azure Data Explorer (Kusto) linked service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, credential: CredentialReferenceResponse? = null, database: Any, description: String? = null, endpoint: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, tenant: Any? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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 integration runtime reference.

Link copied to clipboard

The credential reference containing authentication information.

Link copied to clipboard

Database name for connection. Type: string (or Expression with resultType string).

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

The endpoint of Azure Data Explorer (the engine's endpoint). URL will be in the format https://..kusto.windows.net. Type: string (or Expression with resultType string)

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard
val servicePrincipalId: Any? = null

The ID of the service principal used to authenticate against Azure Data Explorer. Type: string (or Expression with resultType string).

Link copied to clipboard

The key of the service principal used to authenticate against Kusto.

Link copied to clipboard
val tenant: Any? = null

The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

Link copied to clipboard

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

Link copied to clipboard
val version: String? = null

Version of the linked service.