Skip to content

Commit 33f2183

Browse files
feat(recaptchaenterprise): update the api
#### recaptchaenterprise:v1 The following keys were added: - schemas.GoogleCloudRecaptchaenterpriseV1WebKeySettings.properties.challengeSettings.$ref (Total Keys: 1) - schemas.GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings (Total Keys: 4) - schemas.GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings (Total Keys: 5)
1 parent 37999dc commit 33f2183

File tree

3 files changed

+120
-14
lines changed

3 files changed

+120
-14
lines changed

docs/dyn/recaptchaenterprise_v1.projects.assessments.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ <h3>Method Details</h3>
329329
&quot;reencryptedUserCredentialsHash&quot;: &quot;A String&quot;, # Output only. Corresponds to the re-encryption of the `encrypted_user_credentials_hash` field. It is used to match potential password leaks within `encrypted_leak_match_prefixes`.
330330
},
331331
&quot;riskAnalysis&quot;: { # Risk analysis result for an event. # Output only. The risk analysis result for the event being assessed.
332-
&quot;challenge&quot;: &quot;A String&quot;, # Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
332+
&quot;challenge&quot;: &quot;A String&quot;, # Output only. Challenge information for POLICY_BASED_CHALLENGE and INVISIBLE keys
333333
&quot;extendedVerdictReasons&quot;: [ # Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
334334
&quot;A String&quot;,
335335
],
@@ -558,7 +558,7 @@ <h3>Method Details</h3>
558558
&quot;reencryptedUserCredentialsHash&quot;: &quot;A String&quot;, # Output only. Corresponds to the re-encryption of the `encrypted_user_credentials_hash` field. It is used to match potential password leaks within `encrypted_leak_match_prefixes`.
559559
},
560560
&quot;riskAnalysis&quot;: { # Risk analysis result for an event. # Output only. The risk analysis result for the event being assessed.
561-
&quot;challenge&quot;: &quot;A String&quot;, # Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
561+
&quot;challenge&quot;: &quot;A String&quot;, # Output only. Challenge information for POLICY_BASED_CHALLENGE and INVISIBLE keys
562562
&quot;extendedVerdictReasons&quot;: [ # Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
563563
&quot;A String&quot;,
564564
],

docs/dyn/recaptchaenterprise_v1.projects.keys.html

Lines changed: 77 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,17 @@ <h3>Method Details</h3>
200200
&quot;allowedDomains&quot;: [ # 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: &#x27;example.com&#x27; or &#x27;subdomain.example.com&#x27;
201201
&quot;A String&quot;,
202202
],
203-
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE and SCORE_AND_CHALLENGE.
203+
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
204+
&quot;challengeSettings&quot;: { # Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered. # Optional. Challenge settings.
205+
&quot;actionSettings&quot;: { # 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.
206+
&quot;a_key&quot;: { # Per-action challenge settings.
207+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
208+
},
209+
},
210+
&quot;defaultSettings&quot;: { # Per-action challenge settings. # Required. Defines when a challenge is triggered (unless the default threshold is overridden for the given action, see `action_settings`).
211+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
212+
},
213+
},
204214
&quot;integrationType&quot;: &quot;A String&quot;, # Required. Describes how this key is integrated with the website.
205215
},
206216
}
@@ -254,7 +264,17 @@ <h3>Method Details</h3>
254264
&quot;allowedDomains&quot;: [ # 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: &#x27;example.com&#x27; or &#x27;subdomain.example.com&#x27;
255265
&quot;A String&quot;,
256266
],
257-
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE and SCORE_AND_CHALLENGE.
267+
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
268+
&quot;challengeSettings&quot;: { # Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered. # Optional. Challenge settings.
269+
&quot;actionSettings&quot;: { # 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.
270+
&quot;a_key&quot;: { # Per-action challenge settings.
271+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
272+
},
273+
},
274+
&quot;defaultSettings&quot;: { # Per-action challenge settings. # Required. Defines when a challenge is triggered (unless the default threshold is overridden for the given action, see `action_settings`).
275+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
276+
},
277+
},
258278
&quot;integrationType&quot;: &quot;A String&quot;, # Required. Describes how this key is integrated with the website.
259279
},
260280
}</pre>
@@ -333,7 +353,17 @@ <h3>Method Details</h3>
333353
&quot;allowedDomains&quot;: [ # 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: &#x27;example.com&#x27; or &#x27;subdomain.example.com&#x27;
334354
&quot;A String&quot;,
335355
],
336-
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE and SCORE_AND_CHALLENGE.
356+
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
357+
&quot;challengeSettings&quot;: { # Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered. # Optional. Challenge settings.
358+
&quot;actionSettings&quot;: { # 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.
359+
&quot;a_key&quot;: { # Per-action challenge settings.
360+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
361+
},
362+
},
363+
&quot;defaultSettings&quot;: { # Per-action challenge settings. # Required. Defines when a challenge is triggered (unless the default threshold is overridden for the given action, see `action_settings`).
364+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
365+
},
366+
},
337367
&quot;integrationType&quot;: &quot;A String&quot;, # Required. Describes how this key is integrated with the website.
338368
},
339369
}</pre>
@@ -442,7 +472,17 @@ <h3>Method Details</h3>
442472
&quot;allowedDomains&quot;: [ # 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: &#x27;example.com&#x27; or &#x27;subdomain.example.com&#x27;
443473
&quot;A String&quot;,
444474
],
445-
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE and SCORE_AND_CHALLENGE.
475+
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
476+
&quot;challengeSettings&quot;: { # Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered. # Optional. Challenge settings.
477+
&quot;actionSettings&quot;: { # 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.
478+
&quot;a_key&quot;: { # Per-action challenge settings.
479+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
480+
},
481+
},
482+
&quot;defaultSettings&quot;: { # Per-action challenge settings. # Required. Defines when a challenge is triggered (unless the default threshold is overridden for the given action, see `action_settings`).
483+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
484+
},
485+
},
446486
&quot;integrationType&quot;: &quot;A String&quot;, # Required. Describes how this key is integrated with the website.
447487
},
448488
},
@@ -568,7 +608,17 @@ <h3>Method Details</h3>
568608
&quot;allowedDomains&quot;: [ # 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: &#x27;example.com&#x27; or &#x27;subdomain.example.com&#x27;
569609
&quot;A String&quot;,
570610
],
571-
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE and SCORE_AND_CHALLENGE.
611+
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
612+
&quot;challengeSettings&quot;: { # Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered. # Optional. Challenge settings.
613+
&quot;actionSettings&quot;: { # 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.
614+
&quot;a_key&quot;: { # Per-action challenge settings.
615+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
616+
},
617+
},
618+
&quot;defaultSettings&quot;: { # Per-action challenge settings. # Required. Defines when a challenge is triggered (unless the default threshold is overridden for the given action, see `action_settings`).
619+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
620+
},
621+
},
572622
&quot;integrationType&quot;: &quot;A String&quot;, # Required. Describes how this key is integrated with the website.
573623
},
574624
}</pre>
@@ -624,7 +674,17 @@ <h3>Method Details</h3>
624674
&quot;allowedDomains&quot;: [ # 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: &#x27;example.com&#x27; or &#x27;subdomain.example.com&#x27;
625675
&quot;A String&quot;,
626676
],
627-
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE and SCORE_AND_CHALLENGE.
677+
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
678+
&quot;challengeSettings&quot;: { # Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered. # Optional. Challenge settings.
679+
&quot;actionSettings&quot;: { # 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.
680+
&quot;a_key&quot;: { # Per-action challenge settings.
681+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
682+
},
683+
},
684+
&quot;defaultSettings&quot;: { # Per-action challenge settings. # Required. Defines when a challenge is triggered (unless the default threshold is overridden for the given action, see `action_settings`).
685+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
686+
},
687+
},
628688
&quot;integrationType&quot;: &quot;A String&quot;, # Required. Describes how this key is integrated with the website.
629689
},
630690
}
@@ -679,7 +739,17 @@ <h3>Method Details</h3>
679739
&quot;allowedDomains&quot;: [ # 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: &#x27;example.com&#x27; or &#x27;subdomain.example.com&#x27;
680740
&quot;A String&quot;,
681741
],
682-
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE and SCORE_AND_CHALLENGE.
742+
&quot;challengeSecurityPreference&quot;: &quot;A String&quot;, # Optional. Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or POLICY_BASED_CHALLENGE.
743+
&quot;challengeSettings&quot;: { # Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered. # Optional. Challenge settings.
744+
&quot;actionSettings&quot;: { # 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.
745+
&quot;a_key&quot;: { # Per-action challenge settings.
746+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
747+
},
748+
},
749+
&quot;defaultSettings&quot;: { # Per-action challenge settings. # Required. Defines when a challenge is triggered (unless the default threshold is overridden for the given action, see `action_settings`).
750+
&quot;scoreThreshold&quot;: 3.14, # Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive).
751+
},
752+
},
683753
&quot;integrationType&quot;: &quot;A String&quot;, # Required. Describes how this key is integrated with the website.
684754
},
685755
}</pre>

0 commit comments

Comments
 (0)