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 is populated and the firewall_policy is left empty.

Returns:

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

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



1556
1557
1558
1559
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1556

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 is left empty.

Returns:



1556
1557
1558
1559
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1556

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