Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1Assessment

A reCAPTCHA Enterprise assessment resource.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1Assessment
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 GoogleCloudRecaptchaenterpriseV1Assessment : IDirectResponseSchema

Properties

AccountDefenderAssessment

Assessment returned by account defender when a hashed_account_id is provided.

Declaration
[JsonProperty("accountDefenderAssessment")]
public virtual GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment AccountDefenderAssessment { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment

AccountVerification

Account verification information for identity verification. The assessment event must include a token and site key to use this feature.

Declaration
[JsonProperty("accountVerification")]
public virtual GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo AccountVerification { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Event__

The event being assessed.

Declaration
[JsonProperty("event")]
public virtual GoogleCloudRecaptchaenterpriseV1Event Event__ { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1Event

FirewallPolicyAssessment

Assessment returned when firewall policies belonging to the project are evaluated using the field firewall_policy_evaluation.

Declaration
[JsonProperty("firewallPolicyAssessment")]
public virtual GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment FirewallPolicyAssessment { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment

FraudPreventionAssessment

Assessment returned by Fraud Prevention when TransactionData is provided.

Declaration
[JsonProperty("fraudPreventionAssessment")]
public virtual GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment FraudPreventionAssessment { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment

Name

Output only. The resource name for the Assessment in the format "projects/{project}/assessments/{assessment}".

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PrivatePasswordLeakVerification

The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.

Declaration
[JsonProperty("privatePasswordLeakVerification")]
public virtual GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification PrivatePasswordLeakVerification { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification

RiskAnalysis

Output only. The risk analysis result for the event being assessed.

Declaration
[JsonProperty("riskAnalysis")]
public virtual GoogleCloudRecaptchaenterpriseV1RiskAnalysis RiskAnalysis { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1RiskAnalysis

TokenProperties

Output only. Properties of the provided event token.

Declaration
[JsonProperty("tokenProperties")]
public virtual GoogleCloudRecaptchaenterpriseV1TokenProperties TokenProperties { get; set; }
Property Value
Type Description
GoogleCloudRecaptchaenterpriseV1TokenProperties

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX