public sealed class PasswordLeakVerification : IMessage<PasswordLeakVerification>, IEquatable<PasswordLeakVerification>, IDeepCloneable<PasswordLeakVerification>, IBufferMessage, IMessage
Optional. The username part of the user credentials for which we want to trigger a
leak check in canonicalized form. This is the same data used to create the
hashed_user_credentials on the customer side.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `PasswordLeakVerification` class is used to check if user credentials have been exposed in a known data breach, and it is part of the `Google.Cloud.RecaptchaEnterprise.V1Beta1` namespace within the Google Cloud .NET library."],["This class is an implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The `PasswordLeakVerification` class allows for optional properties such as `CanonicalizedUsername` and `HashedUserCredentials` to specify user information for leak checking."],["The `CredentialsLeaked` property in the class is a boolean flag indicating whether the provided user credentials have been found in a known leak."],["There are multiple version of this, with the latest being 2.0.0-beta07, and both 2.0.0-beta06 and 1.0.0-beta06 also available."]]],[]]