isolated

@get:JvmName(name = "getIsolated")
@set:JvmName(name = "setIsolated")
var isolated: Boolean
## Policies: Isolated.

Allows no host access for the guest language. This means the guest language cannot load classes, access host I/O,
or perform other potentially sensitive or dangerous operations. Resources used by guest languages can be capped
or otherwise controlled.

bool isolated = 3;