GetLeakedCredentialCheckRulesResult

data class GetLeakedCredentialCheckRulesResult(val id: String, val password: String, val username: String)

Constructors

Link copied to clipboard
constructor(id: String, password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The unique ID for this custom detection

Link copied to clipboard

The ruleset expression to use in matching the password in a request

Link copied to clipboard

The ruleset expression to use in matching the username in a request