View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals (google_api_recaptcha_enterprise v0.7.0)

Signals describing the user involved in this transaction.

Attributes

  • activeDaysLowerBound (type: integer(), default: nil) - Output only. This user (based on email, phone, and other identifiers) has been seen on the internet for at least this number of days.
  • syntheticRisk (type: number(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals{
    activeDaysLowerBound: integer() | nil,
    syntheticRisk: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.