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
AccountId
Optional. A stable account identifier to apply to the assessment. This is an alternative to setting
account_id
in CreateAssessment
, for example when a stable account identifier is not yet known in the
initial request.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
Annotation
Optional. The annotation that is 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. A stable hashed account identifier to apply to the assessment. This is an alternative to setting
hashed_account_id
in CreateAssessment
, for example when a stable account identifier is not yet known in
the initial request.
Declaration
[JsonProperty("hashedAccountId")]
public virtual string HashedAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
Reasons
Optional. Reasons for the annotation that are 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 |