ZeroTrustGatewayLoggingSettingsByRuleTypeHttpArgs

data class ZeroTrustGatewayLoggingSettingsByRuleTypeHttpArgs(val logAll: Output<Boolean>? = null, val logBlocks: Output<Boolean>? = null) : ConvertibleToJava<ZeroTrustGatewayLoggingSettingsByRuleTypeHttpArgs>

Constructors

constructor(logAll: Output<Boolean>? = null, logBlocks: Output<Boolean>? = null)

Properties

Link copied to clipboard
val logAll: Output<Boolean>? = null

Log all requests to this service.

Link copied to clipboard
val logBlocks: Output<Boolean>? = null

Log only blocking requests to this service.

Functions

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