View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Assessment (google_api_recaptcha_enterprise v0.14.0)
A reCAPTCHA Enterprise assessment resource.
Attributes
-
accountDefenderAssessment(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.t, default:nil) - Output only. Assessment returned by account defender when an account identifier is provided. -
accountVerification(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo.t, default:nil) - Optional. Account verification information for identity verification. The assessment event must include a token and site key to use this feature. -
assessmentEnvironment(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment.t, default:nil) - Optional. The environment creating the assessment. This describes your environment (the system invoking CreateAssessment), NOT the environment of your user. -
event(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Event.t, default:nil) - Optional. The event being assessed. -
firewallPolicyAssessment(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment.t, default:nil) - Output only. Assessment returned when firewall policies belonging to the project are evaluated using the field firewall_policy_evaluation. -
fraudPreventionAssessment(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment.t, default:nil) - Output only. Assessment returned by Fraud Prevention when TransactionData is provided. -
fraudSignals(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignals.t, default:nil) - Output only. Fraud Signals specific to the users involved in a payment transaction. -
name(type:String.t, default:nil) - Output only. Identifier. The resource name for the Assessment in the formatprojects/{project}/assessments/{assessment}. -
phoneFraudAssessment(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment.t, default:nil) - Output only. Assessment returned when a site key, a token, and a phone number asuser_idare provided. Account defender and SMS toll fraud protection need to be enabled. -
privatePasswordLeakVerification(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification.t, default:nil) - Optional. The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials. -
riskAnalysis(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1RiskAnalysis.t, default:nil) - Output only. The risk analysis result for the event being assessed. -
tokenProperties(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TokenProperties.t, default:nil) - Output only. Properties of the provided event token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Assessment{ accountDefenderAssessment: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment.t() | nil, accountVerification: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo.t() | nil, assessmentEnvironment: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment.t() | nil, event: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1Event.t() | nil, firewallPolicyAssessment: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment.t() | nil, fraudPreventionAssessment: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment.t() | nil, fraudSignals: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignals.t() | nil, name: String.t() | nil, phoneFraudAssessment: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment.t() | nil, privatePasswordLeakVerification: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification.t() | nil, riskAnalysis: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1RiskAnalysis.t() | nil, tokenProperties: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TokenProperties.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.