Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals

Signals describing the user involved in this transaction.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX