Google Cloud reCAPTCHA Enterprise v1 API - Class FraudSignals.Types.UserSignals (2.12.0)

public sealed class FraudSignals.Types.UserSignals : IMessage<FraudSignals.Types.UserSignals>, IEquatable<FraudSignals.Types.UserSignals>, IDeepCloneable<FraudSignals.Types.UserSignals>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FraudSignals.Types.UserSignals.

Signals describing the user involved in this transaction.

Inheritance

object > FraudSignals.Types.UserSignals

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

UserSignals()

public UserSignals()

UserSignals(UserSignals)

public UserSignals(FraudSignals.Types.UserSignals other)
Parameter
NameDescription
otherFraudSignalsTypesUserSignals

Properties

ActiveDaysLowerBound

public int ActiveDaysLowerBound { get; set; }

Output only. This user (based on email, phone, and other identifiers) has been seen on the internet for at least this number of days.

Property Value
TypeDescription
int

SyntheticRisk

public float SyntheticRisk { get; set; }

Output only. Likelihood (from 0.0 to 1.0) this user includes synthetic components in their identity, such as a randomly generated email address, temporary phone number, or fake shipping address.

Property Value
TypeDescription
float