ZeroTrustGatewayLoggingSettingsByRuleType

data class ZeroTrustGatewayLoggingSettingsByRuleType(val dns: String? = null, val http: String? = null, val l4: String? = null)

Constructors

constructor(dns: String? = null, http: String? = null, l4: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dns: String? = null

Logging settings for DNS firewall.

Link copied to clipboard
val http: String? = null

Logging settings for HTTP/HTTPS firewall.

Link copied to clipboard
val l4: String? = null

Logging settings for Network firewall.