RulesetRuleExposedCredentialCheck

data class RulesetRuleExposedCredentialCheck(val passwordExpression: String? = null, val usernameExpression: String? = null)

Constructors

Link copied to clipboard
constructor(passwordExpression: String? = null, usernameExpression: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Firewall Rules expression language based on Wireshark display filters for where to check for the "password" value. Refer to the Firewall Rules language.

Link copied to clipboard

Firewall Rules expression language based on Wireshark display filters for where to check for the "username" value. Refer to the Firewall Rules language.