Google Cloud reCAPTCHA Enterprise v1 API - Class FirewallPolicyAssessment (2.12.0)

public sealed class FirewallPolicyAssessment : IMessage<FirewallPolicyAssessment>, IEquatable<FirewallPolicyAssessment>, IDeepCloneable<FirewallPolicyAssessment>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FirewallPolicyAssessment.

Policy config assessment.

Inheritance

object > FirewallPolicyAssessment

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

FirewallPolicyAssessment()

public FirewallPolicyAssessment()

FirewallPolicyAssessment(FirewallPolicyAssessment)

public FirewallPolicyAssessment(FirewallPolicyAssessment other)
Parameter
NameDescription
otherFirewallPolicyAssessment

Properties

Error

public Status Error { get; set; }

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

Property Value
TypeDescription
Status

FirewallPolicy

public FirewallPolicy FirewallPolicy { get; set; }

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.

Property Value
TypeDescription
FirewallPolicy