Skip to content

Commit

Permalink
feat(recaptchaenterprise): update the api
Browse files Browse the repository at this point in the history
#### recaptchaenterprise:v1

The following keys were added:
- schemas.GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo.properties.username.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 5, 2023
1 parent da3f8b7 commit e30b1ec
Showing 1 changed file with 9 additions and 1 deletion.
Expand Up @@ -666,7 +666,7 @@
}
}
},
"revision": "20230618",
"revision": "20230702",
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
"schemas": {
"GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
Expand Down Expand Up @@ -742,6 +742,7 @@
"type": "string"
},
"username": {
"deprecated": true,
"description": "Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event.",
"type": "string"
}
Expand Down Expand Up @@ -783,6 +784,13 @@
"PASSWORD_CORRECT",
"PASSWORD_INCORRECT"
],
"enumDeprecated": [
false,
false,
false,
true,
true
],
"enumDescriptions": [
"Default unspecified type.",
"Provides information that the event turned out to be legitimate.",
Expand Down

0 comments on commit e30b1ec

Please sign in to comment.