Microsoft Access Linked Service Response
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
fun MicrosoftAccessLinkedServiceResponse(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)