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

Risk analysis result for an event.

Attributes

  • extendedVerdictReasons (type: list(String.t), default: nil) - Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
  • reasons (type: list(String.t), default: nil) - Output only. Reasons contributing to the risk analysis verdict.
  • score (type: number(), default: nil) - Output only. Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1RiskAnalysis{
    extendedVerdictReasons: [String.t()] | nil,
    reasons: [String.t()] | nil,
    score: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.