actionSettings property
Map<String, GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings> ?
actionSettings
getter/setter pair
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.
Optional.
Implementation
core.Map<
core.String,
GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings
>?
actionSettings;