ZeroTrustDeviceDefaultProfileServiceModeV2

data class ZeroTrustDeviceDefaultProfileServiceModeV2(val mode: String? = null, val port: Double? = null)

Constructors

constructor(mode: String? = null, port: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

The mode to run the WARP client under.

Link copied to clipboard
val port: Double? = null

The port number when used with proxy mode.