setAllowAll
## Policies: Allow-all.
Allows all host access for the guest language. This means the guest language can load classes, access I/O, and
perform other potentially sensitive or dangerous operations. Exercise extreme caution enabling this policy.
Content copied to clipboard
bool allow_all = 1;
Return
This builder for chaining.
Parameters
value
The allowAll to set.