Ruleset Rule Exposed Credential Check
data class RulesetRuleExposedCredentialCheck(val passwordExpression: String? = null, val usernameExpression: String? = null)
Constructors
Link copied to clipboard
fun RulesetRuleExposedCredentialCheck(passwordExpression: String? = null, usernameExpression: String? = null)
Types
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.