FirewallLogConfigResponse

data class FirewallLogConfigResponse(val enable: Boolean, val metadata: String)

The available logging options for a firewall rule.

Constructors

Link copied to clipboard
fun FirewallLogConfigResponse(enable: Boolean, metadata: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This field denotes whether to enable logging for a particular firewall rule.

Link copied to clipboard

This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.