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.
Implements
IMessageFraudSignalsTypesUserSignals, IEquatableFraudSignalsTypesUserSignals, IDeepCloneableFraudSignalsTypesUserSignals, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
UserSignals()
public UserSignals()
UserSignals(UserSignals)
public UserSignals(FraudSignals.Types.UserSignals other)
Parameter | |
---|---|
Name | Description |
other | FraudSignalsTypesUserSignals |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
float |