transport_mode#

DirectLaunchConfig.transport_mode: str = 'uds'#

Specifies the gRPC transport mode to use.

Possible values are:

  • "uds" : Unix Domain Sockets (default on Unix systems, unsupported on Windows)

  • "wnua" : Windows Named User Authentication (default on Windows systems, unsupported on Unix)

  • "mtls" : Mutual TLS

  • "insecure" : Insecure TCP connection (not recommended)