ZeroTrustGatewayLoggingSettingsByRuleTypeHttp

data class ZeroTrustGatewayLoggingSettingsByRuleTypeHttp(val logAll: Boolean? = null, val logBlocks: Boolean? = null)

Constructors

constructor(logAll: Boolean? = null, logBlocks: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logAll: Boolean? = null

Log all requests to this service.

Link copied to clipboard
val logBlocks: Boolean? = null

Log only blocking requests to this service.