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) — Optional. If set to true, it means allowed_domains are not enforced.
#allow_all_domains=
def allow_all_domains=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. If set to true, it means allowed_domains are not enforced.
Returns
- (::Boolean) — Optional. If set to true, it means allowed_domains are not enforced.
#allow_amp_traffic
def allow_amp_traffic() -> ::Boolean
Returns
- (::Boolean) — Optional. 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) — Optional. 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) — Optional. 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>) — Optional. 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'
Each key supports a maximum of 250 domains. To use a key on more domains,
set
allow_all_domainsto true. When this is set, you are responsible for validating the hostname by checking thetoken_properties.hostnamefield in each assessment response against your list of allowed domains.
#allowed_domains=
def allowed_domains=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Optional. 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'
Each key supports a maximum of 250 domains. To use a key on more domains,
set
allow_all_domainsto true. When this is set, you are responsible for validating the hostname by checking thetoken_properties.hostnamefield in each assessment response against your list of allowed domains.
Returns
-
(::Array<::String>) — Optional. 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'
Each key supports a maximum of 250 domains. To use a key on more domains,
set
allow_all_domainsto true. When this is set, you are responsible for validating the hostname by checking thetoken_properties.hostnamefield in each assessment response against your list of allowed domains.
#challenge_security_preference
def challenge_security_preference() -> ::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference
Returns
-
(::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference) — Optional. Settings for the frequency and difficulty at which this key
triggers captcha challenges. This should only be specified for
IntegrationTypeCHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
#challenge_security_preference=
def challenge_security_preference=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference
Parameter
-
value (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference) — Optional. Settings for the frequency and difficulty at which this key
triggers captcha challenges. This should only be specified for
IntegrationTypeCHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
Returns
-
(::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSecurityPreference) — Optional. Settings for the frequency and difficulty at which this key
triggers captcha challenges. This should only be specified for
IntegrationTypeCHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
#challenge_settings
def challenge_settings() -> ::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSettings
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSettings) — Optional. Challenge settings.
#challenge_settings=
def challenge_settings=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSettings
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSettings) — Optional. Challenge settings.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::WebKeySettings::ChallengeSettings) — Optional. Challenge settings.
#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.