Class: Google::Cloud::RecaptchaEnterprise::V1::IpOverrideData
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::IpOverrideData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Information about the IP or IP range override.
Defined Under Namespace
Modules: OverrideType
Instance Attribute Summary collapse
-
#ip ⇒ ::String
Required.
-
#override_type ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::IpOverrideData::OverrideType
Required.
Instance Attribute Details
#ip ⇒ ::String
2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 2029 class IpOverrideData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum that represents the type of IP override. module OverrideType # Default override type that indicates this enum hasn't been specified. OVERRIDE_TYPE_UNSPECIFIED = 0 # Allowlist the IP address; i.e. give a `risk_analysis.score` of 0.9 for # all valid assessments. ALLOW = 1 end end |
#override_type ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::IpOverrideData::OverrideType
2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 2029 class IpOverrideData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum that represents the type of IP override. module OverrideType # Default override type that indicates this enum hasn't been specified. OVERRIDE_TYPE_UNSPECIFIED = 0 # Allowlist the IP address; i.e. give a `risk_analysis.score` of 0.9 for # all valid assessments. ALLOW = 1 end end |