Class: Google::Cloud::RecaptchaEnterprise::V1::WafSettings
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::WafSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Settings specific to keys that can be used for WAF (Web Application Firewall).
Defined Under Namespace
Modules: WafFeature, WafService
Instance Attribute Summary collapse
-
#waf_feature ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::WafSettings::WafFeature
Required.
-
#waf_service ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::WafSettings::WafService
Required.
Instance Attribute Details
#waf_feature ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::WafSettings::WafFeature
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1953 class WafSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Supported WAF features. For more information, see # https://cloud.google.com/recaptcha/docs/usecase#comparison_of_features. module WafFeature # Undefined feature. WAF_FEATURE_UNSPECIFIED = 0 # Redirects suspicious traffic to reCAPTCHA. CHALLENGE_PAGE = 1 # Use reCAPTCHA session-tokens to protect the whole user session on the # site's domain. SESSION_TOKEN = 2 # Use reCAPTCHA action-tokens to protect user actions. ACTION_TOKEN = 3 # Use reCAPTCHA WAF express protection to protect any content other than # web pages, like APIs and IoT devices. EXPRESS = 5 end # Web Application Firewalls supported by reCAPTCHA. module WafService # Undefined WAF WAF_SERVICE_UNSPECIFIED = 0 # Cloud Armor CA = 1 # Fastly FASTLY = 3 # Cloudflare CLOUDFLARE = 4 # Akamai AKAMAI = 5 end end |
#waf_service ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::WafSettings::WafService
1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1953 class WafSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Supported WAF features. For more information, see # https://cloud.google.com/recaptcha/docs/usecase#comparison_of_features. module WafFeature # Undefined feature. WAF_FEATURE_UNSPECIFIED = 0 # Redirects suspicious traffic to reCAPTCHA. CHALLENGE_PAGE = 1 # Use reCAPTCHA session-tokens to protect the whole user session on the # site's domain. SESSION_TOKEN = 2 # Use reCAPTCHA action-tokens to protect user actions. ACTION_TOKEN = 3 # Use reCAPTCHA WAF express protection to protect any content other than # web pages, like APIs and IoT devices. EXPRESS = 5 end # Web Application Firewalls supported by reCAPTCHA. module WafService # Undefined WAF WAF_SERVICE_UNSPECIFIED = 0 # Cloud Armor CA = 1 # Fastly FASTLY = 3 # Cloudflare CLOUDFLARE = 4 # Akamai AKAMAI = 5 end end |