Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings.
Settings specific to keys that can be used by websites.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_all_domains
def allow_all_domains() -> ::Boolean
Returns
- (::Boolean) — If set to true, it means allowed_domains will not be enforced.
#allow_all_domains=
def allow_all_domains=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set to true, it means allowed_domains will not be enforced.
Returns
- (::Boolean) — If set to true, it means allowed_domains will not be enforced.
#allow_amp_traffic
def allow_amp_traffic() -> ::Boolean
Returns
- (::Boolean) — If set to true, the key can be used on AMP (Accelerated Mobile Pages) websites. This is supported only for the SCORE integration type.
#allow_amp_traffic=
def allow_amp_traffic=(value) -> ::Boolean
Parameter
- value (::Boolean) — If set to true, the key can be used on AMP (Accelerated Mobile Pages) websites. This is supported only for the SCORE integration type.
Returns
- (::Boolean) — If set to true, the key can be used on AMP (Accelerated Mobile Pages) websites. This is supported only for the SCORE integration type.
#allowed_domains
def allowed_domains() -> ::Array<::String>
Returns
- (::Array<::String>) — Domains or subdomains of websites allowed to use the key. All subdomains of an allowed domain are automatically allowed. A valid domain requires a host and must not include any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com'
#allowed_domains=
def allowed_domains=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Domains or subdomains of websites allowed to use the key. All subdomains of an allowed domain are automatically allowed. A valid domain requires a host and must not include any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com'
Returns
- (::Array<::String>) — Domains or subdomains of websites allowed to use the key. All subdomains of an allowed domain are automatically allowed. A valid domain requires a host and must not include any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com'
#challenge_security_preference
def challenge_security_preference() -> ::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference) — Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE.
#challenge_security_preference=
def challenge_security_preference=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference) — Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference) — Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE.
#integration_type
def integration_type() -> ::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::IntegrationType
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::IntegrationType) — Required. Describes how this key is integrated with the website.
#integration_type=
def integration_type=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::IntegrationType
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::IntegrationType) — Required. Describes how this key is integrated with the website.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::IntegrationType) — Required. Describes how this key is integrated with the website.