Class Assessment (1.2.0)

public sealed class Assessment : IMessage<Assessment>, IEquatable<Assessment>, IDeepCloneable<Assessment>, IBufferMessage, IMessage

A recaptcha assessment resource.

Inheritance

Object > Assessment

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

Assessment()

public Assessment()

Assessment(Assessment)

public Assessment(Assessment other)
Parameter
NameDescription
otherAssessment

Properties

AssessmentName

public AssessmentName AssessmentName { get; set; }

AssessmentName-typed view over the Name resource name property.

Property Value
TypeDescription
AssessmentName

Event

public Event Event { get; set; }

The event being assessed.

Property Value
TypeDescription
Event

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String

RiskAnalysis

public RiskAnalysis RiskAnalysis { get; set; }

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

Property Value
TypeDescription
RiskAnalysis

TokenProperties

public TokenProperties TokenProperties { get; set; }

Output only. Properties of the provided event token.

Property Value
TypeDescription
TokenProperties