Class GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict
Account takeover risk assessment.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTakeoverVerdict : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Risk
Output only. Account takeover attempt probability. Values are from 0.0 (lowest risk) to 1.0 (highest risk).
Declaration
[JsonProperty("risk")]
public virtual float? Risk { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
RiskReasons
Output only. Unordered list. Reasons why the request appears risky. Risk reasons can be returned even if the risk is low, as trustworthy requests can still have some risk signals.
Declaration
[JsonProperty("riskReasons")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason> RiskReasons { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountRiskReason> |
TrustReasons
Output only. Unordered list. Reasons why the request appears trustworthy. Trust reasons can be returned even if the risk is high, as risky requests can still have some trust signals.
Declaration
[JsonProperty("trustReasons")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTrustReason> TrustReasons { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessmentAccountTrustReason> |