Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment

Policy config assessment.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX