Indicate whether to redact personally identifiable information from activity logging (PII fields include source IP, user email, user ID, device ID, URL, referrer, and user agent).
settings_by_rule_type: optional {dns, http, l4}
Configure logging settings for each rule type.
dns: optional {log_all, log_blocks}
Configure logging settings for DNS firewall.
log_all: optional boolean
Specify whether to log all requests to this service.
log_blocks: optional boolean
Specify whether to log only blocking requests to this service.
http: optional {log_all, log_blocks}
Configure logging settings for HTTP/HTTPS firewall.
log_all: optional boolean
Specify whether to log all requests to this service.
log_blocks: optional boolean
Specify whether to log only blocking requests to this service.
l4: optional {log_all, log_blocks}
Configure logging settings for Network firewall.
log_all: optional boolean
Specify whether to log all requests to this service.
log_blocks: optional boolean
Specify whether to log only blocking requests to this service.