ZeroTrustGatewaySettingsProxy

data class ZeroTrustGatewaySettingsProxy(val disableForTime: Int, val rootCa: Boolean, val tcp: Boolean, val udp: Boolean, val virtualIp: Boolean)

Constructors

Link copied to clipboard
constructor(disableForTime: Int, rootCa: Boolean, tcp: Boolean, udp: Boolean, virtualIp: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets the time limit in seconds that a user can use an override code to bypass WARP.

Link copied to clipboard

Whether root ca is enabled account wide for ZT clients.

Link copied to clipboard

Whether gateway proxy is enabled on gateway devices for TCP traffic.

Link copied to clipboard

Whether gateway proxy is enabled on gateway devices for UDP traffic.

Link copied to clipboard

Whether virtual IP (CGNAT) is enabled account wide and will override existing local interface IP for ZT clients.