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 webpage provides documentation for the `FirewallPolicyAssessment` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for the .NET environment, with the latest version being 2.17.0."],["The `FirewallPolicyAssessment` class is a public sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, related to protocol buffer management and object equality."],["The class includes two constructors: a default constructor and a copy constructor, for creating instances of `FirewallPolicyAssessment`."],["The `FirewallPolicyAssessment` class has two properties: `Error`, which provides details on processing failures of a policy configuration, and `FirewallPolicy`, which presents the matching policy to a request, or remains empty if no policy matches."],["It lists historical versions of this class, ranging from version 2.17.0 down to 1.2.0."]]],[]]