ZeroTrustGatewaySettingsLoggingArgs

data class ZeroTrustGatewaySettingsLoggingArgs(val redactPii: Output<Boolean>, val settingsByRuleType: Output<ZeroTrustGatewaySettingsLoggingSettingsByRuleTypeArgs>) : ConvertibleToJava<ZeroTrustGatewaySettingsLoggingArgs>

Constructors

Link copied to clipboard
constructor(redactPii: Output<Boolean>, settingsByRuleType: Output<ZeroTrustGatewaySettingsLoggingSettingsByRuleTypeArgs>)

Properties

Link copied to clipboard
val redactPii: Output<Boolean>

Redact personally identifiable information from activity logging (PII fields are: source IP, user email, user ID, device ID, URL, referrer, user agent).

Link copied to clipboard

Represents whether all requests are logged or only the blocked requests are slogged in DNS, HTTP and L4 filters.

Functions

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