GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings
import type { GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";
Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered.
interface GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings {
actionSettings?: {};
[key: string]: GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings;
defaultSettings?: GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings;
}§Properties
§
actionSettings?: {}
[src][key: string]: GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings;
Optional. The action to score threshold map. The action name should be the
same as the action name passed in the data-action
attribute (see
https://cloud.google.com/recaptcha/docs/actions-website). Action names are
case-insensitive. There is a maximum of 100 action settings. An action name
has a maximum length of 100.
§
defaultSettings?: GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings
[src]Required. Defines when a challenge is triggered (unless the default
threshold is overridden for the given action, see action_settings
).