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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference documentation for the `FirewallPolicyAssessment` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically version 2.13.0."],["The `FirewallPolicyAssessment` class is designed to assess policy configurations and is derived from the base object class, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists a range of versions from 1.2.0 up to the latest 2.17.0 of the `FirewallPolicyAssessment` class, and is currently highlighting the 2.13.0 version."],["The `FirewallPolicyAssessment` class contains two properties: `Error`, which provides status details if processing fails, and `FirewallPolicy`, which indicates the policy that matched a request or is empty if no match is found."],["There are two constructors for the `FirewallPolicyAssessment` class: a default constructor, and one that allows for the construction by inputting another `FirewallPolicyAssessment` class."]]],[]]