backup via /export skips some config lines

Any port-isolation set on the ethernet switch is not included in the global ‘export’. To get a text backup, I run these two commands:

/export terse
/interface ethernet switch port-isolation export terse

Are there any other configuration parts that need to be explicitly exported to get a ‘complete’ config from the CLI?
(I’m not interested in the backup file, but want to see the commands to recreate a device.) Thanks!

Configuration in /certificate and /user is (partly) skipped.

The two subtrees mentioned by @eworm are skipped on purpose, related to security; any non-default configuration missing in any other subtree is a bug and should be reported to support@mikrotik.com. I suppose you do have some non-default setup regarding the port isolation. Configuration subtrees which only contain default values are skipped completely.