ZeroTrustGatewaySettingsProxyArgs

data class ZeroTrustGatewaySettingsProxyArgs(val disableForTime: Output<Int>, val rootCa: Output<Boolean>, val tcp: Output<Boolean>, val udp: Output<Boolean>, val virtualIp: Output<Boolean>) : ConvertibleToJava<ZeroTrustGatewaySettingsProxyArgs>

Constructors

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

Properties

Link copied to clipboard
val disableForTime: Output<Int>

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

Link copied to clipboard
val rootCa: Output<Boolean>

Whether root ca is enabled account wide for ZT clients.

Link copied to clipboard
val tcp: Output<Boolean>

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

Link copied to clipboard
val udp: Output<Boolean>

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

Link copied to clipboard
val virtualIp: Output<Boolean>

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

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustGatewaySettingsProxyArgs