Skip to content

Commit 90d5b44

Browse files
feat: [RecaptchaEnterprise] add verifiedBots field to RiskAnalysis and definitions for a Bot object to store metadata for a detected bot (#8805)
* feat: add verifiedBots field to RiskAnalysis and definitions for a Bot object to store metadata for a detected bot feat: add risk reasons to FraudPreventionAssessment feat: add a POLICY_BASED_CHALLENGE IntegrationType and associated settings feat: Add `phone_authentication_event` to `AnnotateAssessmentRequest`. This new field allows you to indicate the phone number associated with a multi-factor authentication event, i.e. `INITIATED_TWO_FACTOR`, `PASSED_TWO_FACTOR`, `FAILED_TWO_FACTOR` reasons, and the time of such an event docs: document domain, package name and bundle id limits and validation docs: clarify that WafFeature.EXPRESS is deprecated PiperOrigin-RevId: 844437009 Source-Link: googleapis/googleapis@23c5898 Source-Link: googleapis/googleapis-gen@725e813 Copy-Tag: eyJwIjoiUmVjYXB0Y2hhRW50ZXJwcmlzZS8uT3dsQm90LnlhbWwiLCJoIjoiNzI1ZTgxMzkxN2ZmMjZjYmIzNGM1MGE5NjM4ZDY3Yjc3M2YxMzY2MSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 365e161 commit 90d5b44

36 files changed

Lines changed: 1021 additions & 81 deletions
1.42 KB
Binary file not shown.

RecaptchaEnterprise/samples/V1/RecaptchaEnterpriseServiceClient/add_ip_override.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* Adds an IP override to a key. The following restrictions hold:
35-
* * The maximum number of IP overrides per key is 100.
35+
* * The maximum number of IP overrides per key is 1000.
3636
* * For any conflict (such as IP already exists or IP part of an existing
3737
* IP range), an error is returned.
3838
*

RecaptchaEnterprise/src/V1/AccountDefenderAssessment/AccountDefenderLabel.php

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RecaptchaEnterprise/src/V1/AccountVerificationInfo/Result.php

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RecaptchaEnterprise/src/V1/AndroidKeySettings.php

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RecaptchaEnterprise/src/V1/AnnotateAssessmentRequest.php

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RecaptchaEnterprise/src/V1/AssessmentEnvironment.php

Lines changed: 12 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RecaptchaEnterprise/src/V1/Bot.php

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RecaptchaEnterprise/src/V1/Bot/BotType.php

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)