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 is 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."],[[["The latest version of the `FirewallPolicyAssessment` class in the Google Cloud reCAPTCHA Enterprise v1 API is 2.17.0, with a range of previous versions available from 2.16.0 down to 1.2.0."],["The `FirewallPolicyAssessment` class represents the assessment of a policy configuration within the reCAPTCHA Enterprise system, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class provides two constructors: a default one and another that takes a `FirewallPolicyAssessment` object as a parameter, allowing the creation of instances and copies."],["It includes properties such as `Error` (to report if there was a problem processing a policy config) and `FirewallPolicy` (to report the policy that matched the request, if any)."],["The `FirewallPolicyAssessment` class belongs to the `Google.Cloud.RecaptchaEnterprise.V1` namespace, and is located in the `Google.Cloud.RecaptchaEnterprise.V1.dll` assembly."]]],[]]