Class: Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicyAssessment
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicyAssessment
- 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
-
#error ⇒ ::Google::Rpc::Status
readonly
Output only.
-
#firewall_policy ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy
readonly
Output only.
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.
1557 1558 1559 1560 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1557 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.
1557 1558 1559 1560 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1557 class FirewallPolicyAssessment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |