Class GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment
Policy config assessment.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Output only. If the processing of a policy config fails, an error is populated and the firewall_policy is left empty.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
FirewallPolicy
Output only. The policy that matched the request. If more than one policy may match, this is the first match. If no policy matches the incoming request, the policy field is left empty.
Declaration
[JsonProperty("firewallPolicy")]
public virtual GoogleCloudRecaptchaenterpriseV1FirewallPolicy FirewallPolicy { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRecaptchaenterpriseV1FirewallPolicy |