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.
Implements
IMessageFirewallPolicyAssessment, IEquatableFirewallPolicyAssessment, IDeepCloneableFirewallPolicyAssessment, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
FirewallPolicyAssessment()
public FirewallPolicyAssessment()
FirewallPolicyAssessment(FirewallPolicyAssessment)
public FirewallPolicyAssessment(FirewallPolicyAssessment other)
Parameter | |
---|---|
Name | Description |
other | FirewallPolicyAssessment |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FirewallPolicy |