SET command
See the following article for more information:
The SET command allows you to change the value of a particular folder setting.
SET "label" ON "path"|HERE TO TRUE|FALSE;
Example
Currently, the only configurable attribute is disallow_dataset_shares. The HERE path cannot be used when executing the command on the acocunt level.
When exectuing this command, it prevents any dataset that is deeply nested on the mentioned projects from creating any direct shares to users but will not delete the existing ones.
SET "disallow_dataset_shares" ON HERE TO TRUE;
SET "disallow_dataset_shares" ON "Child|Subchild" TO TRUE;