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

Error

If the processing of a policy config fails, an error will be populated and the firewall_policy will be left empty.

Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
Type Description
GoogleRpcStatus

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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 will be 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