Class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest
The request message to annotate an Assessment.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest : IDirectResponseSchema
Properties
Annotation
Optional. The annotation that will be assigned to the Event. This field can be left empty to provide reasons that apply to an event without concluding whether the event is legitimate or fraudulent.
Declaration
[JsonProperty("annotation")]
public virtual string Annotation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HashedAccountId
Optional. Unique stable hashed user identifier to apply to the assessment. This is an alternative to setting the hashed_account_id in CreateAssessment, for example when the account identifier is not yet known in the initial request. It is recommended that the identifier is hashed using hmac-sha256 with stable secret.
Declaration
[JsonProperty("hashedAccountId")]
public virtual string HashedAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reasons
Optional. Optional reasons for the annotation that will be assigned to the Event.
Declaration
[JsonProperty("reasons")]
public virtual IList<string> Reasons { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
TransactionEvent
Optional. If the assessment is part of a payment transaction, provide details on payment lifecycle events that occur in the transaction.
Declaration
[JsonProperty("transactionEvent")]
public virtual GoogleCloudRecaptchaenterpriseV1TransactionEvent TransactionEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudRecaptchaenterpriseV1TransactionEvent |