Class: Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicyAssessment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

Policy config assessment.

Instance Attribute Summary collapse

Instance Attribute Details

#error::Google::Rpc::Status (readonly)

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

Returns:

  • (::Google::Rpc::Status)

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



1524
1525
1526
1527
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1524

class FirewallPolicyAssessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#firewall_policy::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy (readonly)

Returns 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.

Returns:



1524
1525
1526
1527
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1524

class FirewallPolicyAssessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end