disableTcpConnections property
Disables support for plain TCP connections in the workstation.
By default the service supports TCP connections through a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain TCP connections, such as SSH. When enabled, all communication must occur over HTTPS or WSS.
Optional.
Implementation
core.bool? disableTcpConnections;