MicrosoftAccessLinkedServiceResponse

data class MicrosoftAccessLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any, val credential: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String, val userName: Any? = null)

Microsoft Access linked service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authenticationType: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any, credential: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String, userName: Any? = 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
val authenticationType: Any? = null

Type of authentication used to connect to the Microsoft Access as ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string).

Link copied to clipboard

The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, or SecureString, or AzureKeyVaultSecretReference, or Expression with resultType string.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

The access credential portion of the connection string specified in driver-specific property-value format.

Link copied to clipboard
val description: String? = null

Linked service description.

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

Parameters for linked service.

Link copied to clipboard

Password for Basic authentication.

Link copied to clipboard

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

Link copied to clipboard
val userName: Any? = null

User name for Basic authentication. Type: string (or Expression with resultType string).