Class GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals
Signals describing the user involved in this transaction.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals : IDirectResponseSchema
Properties
ActiveDaysLowerBound
Output only. This user (based on email, phone, and other identifiers) has been seen on the internet for at least this number of days.
Declaration
[JsonProperty("activeDaysLowerBound")]
public virtual int? ActiveDaysLowerBound { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SyntheticRisk
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.
Declaration
[JsonProperty("syntheticRisk")]
public virtual float? SyntheticRisk { get; set; }
Property Value
Type | Description |
---|---|
float? |