Where are the custom SMB options in TrueNAS Scale

I need to add the following options in TrueNAS SCALE SMB config.

How can I do this in SCALE?

# hide files start with a dot (.)
hide dot files = yes

# hide selected files. example files start with ($)
hide files = /$*/

# hide pipes, sockets, devices ...
hide special files = yes

# hide files with no read permissions
hide unreadable = yes

# hide files with no write permissions
hide unwriteable files = yes

Cross-posting:

As mentioned, take appropriate measures to ensure you don’t lock yourself/others out of your share if it is critical. I’d test this on a second share first.