public sealed class Assessment : IMessage<Assessment>, IEquatable<Assessment>, IDeepCloneable<Assessment>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class Assessment.
A reCAPTCHA Enterprise assessment resource.
Implements
IMessageAssessment, IEquatableAssessment, IDeepCloneableAssessment, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.RecaptchaEnterpriseV1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
Assessment()
public Assessment()
Assessment(Assessment)
public Assessment(Assessment other)
Parameter | |
---|---|
Name | Description |
other | Assessment |
Properties
AccountDefenderAssessment
public AccountDefenderAssessment AccountDefenderAssessment { get; set; }
Assessment returned by account defender when a hashed_account_id is provided.
Property Value | |
---|---|
Type | Description |
AccountDefenderAssessment |
AccountVerification
public AccountVerificationInfo AccountVerification { get; set; }
Account verification information for identity verification. The assessment event must include a token and site key to use this feature.
Property Value | |
---|---|
Type | Description |
AccountVerificationInfo |
AssessmentName
public AssessmentName AssessmentName { get; set; }
AssessmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AssessmentName |
Event
public Event Event { get; set; }
The event being assessed.
Property Value | |
---|---|
Type | Description |
Event |
FraudPreventionAssessment
public FraudPreventionAssessment FraudPreventionAssessment { get; set; }
Assessment returned by Fraud Prevention when TransactionData is provided.
Property Value | |
---|---|
Type | Description |
FraudPreventionAssessment |
Name
public string Name { get; set; }
Output only. The resource name for the Assessment in the format "projects/{project}/assessments/{assessment}".
Property Value | |
---|---|
Type | Description |
string |
PrivatePasswordLeakVerification
public PrivatePasswordLeakVerification PrivatePasswordLeakVerification { get; set; }
The private password leak verification field contains the parameters that are used to to check for leaks privately without sharing user credentials.
Property Value | |
---|---|
Type | Description |
PrivatePasswordLeakVerification |
RiskAnalysis
public RiskAnalysis RiskAnalysis { get; set; }
Output only. The risk analysis result for the event being assessed.
Property Value | |
---|---|
Type | Description |
RiskAnalysis |
TokenProperties
public TokenProperties TokenProperties { get; set; }
Output only. Properties of the provided event token.
Property Value | |
---|---|
Type | Description |
TokenProperties |