RulesetRuleExposedCredentialCheck

data class RulesetRuleExposedCredentialCheck(val passwordExpression: String, val usernameExpression: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Expression that selects the password used in the credentials check.

Link copied to clipboard

Expression that selects the user ID used in the credentials check.