Class: Google::Cloud::RecaptchaEnterprise::V1::FirewallAction::SetHeaderAction
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::FirewallAction::SetHeaderAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
A set header action sets a header and forwards the request to the backend. This can be used to trigger custom protection implemented on the backend.
Instance Attribute Summary collapse
-
#key ⇒ ::String
Optional.
-
#value ⇒ ::String
Optional.
Instance Attribute Details
#key ⇒ ::String
Returns Optional. The header key to set in the request to the backend server.
1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1641 class SetHeaderAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns Optional. The header value to set in the request to the backend server.
1641 1642 1643 1644 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1641 class SetHeaderAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |