google-apis-recaptchaenterprise_v1 0.20.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b2d47727b3a0759965d0d6441f3c7cca4efc05e0446953d694cf9e39438095b
|
4
|
+
data.tar.gz: 5376b1568446ae30a0c65a81a1b2dd480e9315571c587007da889939fc57bde1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2f537e3d274d8721431c4b6bd8c5ffa65fabcbeaeb7c6b576850ee58660f5e74ff42f9b64bc987b39371f8e2d555a764add1eed4a66ccdceb71afc22dc22b09
|
7
|
+
data.tar.gz: aa65430e987d84c5cd1ea0707239ce3edac3a058f1878bfbe3ac3a6be4670d381ca8ac775016c5c40d438f5dc291546fe88cb202f7571db07acfa879f61dd86b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-recaptchaenterprise_v1
|
2
2
|
|
3
|
+
### v0.21.0 (2022-08-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220730
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.20.0 (2022-07-01)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module RecaptchaenterpriseV1
|
24
24
|
|
25
|
-
# Account
|
25
|
+
# Account defender risk assessment.
|
26
26
|
class GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment
|
27
27
|
include Google::Apis::Core::Hashable
|
28
28
|
|
@@ -79,11 +79,11 @@ module Google
|
|
79
79
|
# @return [String]
|
80
80
|
attr_accessor :annotation
|
81
81
|
|
82
|
-
# Optional.
|
83
|
-
#
|
84
|
-
#
|
85
|
-
#
|
86
|
-
#
|
82
|
+
# Optional. Unique stable hashed user identifier to apply to the assessment.
|
83
|
+
# This is an alternative to setting the hashed_account_id in CreateAssessment,
|
84
|
+
# for example when the account identifier is not yet known in the initial
|
85
|
+
# request. It is recommended that the identifier is hashed using hmac-sha256
|
86
|
+
# with stable secret.
|
87
87
|
# Corresponds to the JSON property `hashedAccountId`
|
88
88
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
89
89
|
# @return [String]
|
@@ -124,7 +124,7 @@ module Google
|
|
124
124
|
class GoogleCloudRecaptchaenterpriseV1Assessment
|
125
125
|
include Google::Apis::Core::Hashable
|
126
126
|
|
127
|
-
# Account
|
127
|
+
# Account defender risk assessment.
|
128
128
|
# Corresponds to the JSON property `accountDefenderAssessment`
|
129
129
|
# @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment]
|
130
130
|
attr_accessor :account_defender_assessment
|
@@ -221,8 +221,8 @@ module Google
|
|
221
221
|
# @return [String]
|
222
222
|
attr_accessor :expected_action
|
223
223
|
|
224
|
-
# Optional.
|
225
|
-
#
|
224
|
+
# Optional. Unique stable hashed user identifier for the request. The identifier
|
225
|
+
# must be hashed using hmac-sha256 with stable secret.
|
226
226
|
# Corresponds to the JSON property `hashedAccountId`
|
227
227
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
228
228
|
# @return [String]
|
@@ -499,7 +499,7 @@ module Google
|
|
499
499
|
include Google::Apis::Core::Hashable
|
500
500
|
|
501
501
|
# Output only. List of prefixes of the encrypted potential password leaks that
|
502
|
-
# matched the given parameters. They
|
502
|
+
# matched the given parameters. They must be compared with the client-side
|
503
503
|
# decryption prefix of `reencrypted_user_credentials_hash`
|
504
504
|
# Corresponds to the JSON property `encryptedLeakMatchPrefixes`
|
505
505
|
# @return [Array<String>]
|
@@ -522,8 +522,8 @@ module Google
|
|
522
522
|
attr_accessor :lookup_hash_prefix
|
523
523
|
|
524
524
|
# Output only. Corresponds to the re-encryption of the `
|
525
|
-
# encrypted_user_credentials_hash` field.
|
526
|
-
# within `encrypted_leak_match_prefixes`.
|
525
|
+
# encrypted_user_credentials_hash` field. It is used to match potential password
|
526
|
+
# leaks within `encrypted_leak_match_prefixes`.
|
527
527
|
# Corresponds to the JSON property `reencryptedUserCredentialsHash`
|
528
528
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
529
529
|
# @return [String]
|
@@ -567,8 +567,8 @@ module Google
|
|
567
567
|
include Google::Apis::Core::Hashable
|
568
568
|
|
569
569
|
# The unique stable hashed user identifier of the member. The identifier
|
570
|
-
# corresponds to a `hashed_account_id` provided in a previous CreateAssessment
|
571
|
-
# or AnnotateAssessment call.
|
570
|
+
# corresponds to a `hashed_account_id` provided in a previous `CreateAssessment`
|
571
|
+
# or `AnnotateAssessment` call.
|
572
572
|
# Corresponds to the JSON property `hashedAccountId`
|
573
573
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
574
574
|
# @return [String]
|
@@ -591,8 +591,8 @@ module Google
|
|
591
591
|
end
|
592
592
|
end
|
593
593
|
|
594
|
-
# Secret key used in legacy reCAPTCHA
|
595
|
-
#
|
594
|
+
# Secret key is used only in legacy reCAPTCHA. It must be used in a 3rd party
|
595
|
+
# integration with legacy reCAPTCHA.
|
596
596
|
class GoogleCloudRecaptchaenterpriseV1RetrieveLegacySecretKeyResponse
|
597
597
|
include Google::Apis::Core::Hashable
|
598
598
|
|
@@ -693,15 +693,15 @@ module Google
|
|
693
693
|
|
694
694
|
# Optional. The unique stable hashed user identifier we should search
|
695
695
|
# connections to. The identifier should correspond to a `hashed_account_id`
|
696
|
-
# provided in a previous CreateAssessment or AnnotateAssessment call.
|
696
|
+
# provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
|
697
697
|
# Corresponds to the JSON property `hashedAccountId`
|
698
698
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
699
699
|
# @return [String]
|
700
700
|
attr_accessor :hashed_account_id
|
701
701
|
|
702
|
-
# Optional. The maximum number of groups to return. The service
|
703
|
-
# than this value. If unspecified, at most 50 groups
|
704
|
-
# maximum value is 1000; values above 1000
|
702
|
+
# Optional. The maximum number of groups to return. The service might return
|
703
|
+
# fewer than this value. If unspecified, at most 50 groups are returned. The
|
704
|
+
# maximum value is 1000; values above 1000 are coerced to 1000.
|
705
705
|
# Corresponds to the JSON property `pageSize`
|
706
706
|
# @return [Fixnum]
|
707
707
|
attr_accessor :page_size
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RecaptchaenterpriseV1
|
18
18
|
# Version of the google-apis-recaptchaenterprise_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220730"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -360,12 +360,11 @@ module Google
|
|
360
360
|
execute_or_queue_command(command, &block)
|
361
361
|
end
|
362
362
|
|
363
|
-
# Returns the secret key related to the specified public key. You
|
364
|
-
# legacy secret key only
|
365
|
-
# legacy reCAPTCHA instead of reCAPTCHA Enterprise.
|
363
|
+
# Returns the secret key related to the specified public key. You must use the
|
364
|
+
# legacy secret key only in a 3rd party integration with legacy reCAPTCHA.
|
366
365
|
# @param [String] key
|
367
|
-
# Required. The public key name linked to the requested secret key
|
368
|
-
#
|
366
|
+
# Required. The public key name linked to the requested secret key in the format
|
367
|
+
# "projects/`project`/keys/`key`".
|
369
368
|
# @param [String] fields
|
370
369
|
# Selector specifying which fields to include in a partial response.
|
371
370
|
# @param [String] quota_user
|
@@ -396,7 +395,7 @@ module Google
|
|
396
395
|
# Search group memberships related to a given account.
|
397
396
|
# @param [String] project
|
398
397
|
# Required. The name of the project to search related account group memberships
|
399
|
-
# from
|
398
|
+
# from. Specify the project name in the following format: "projects/`project`".
|
400
399
|
# @param [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest] google_cloud_recaptchaenterprise_v1_search_related_account_group_memberships_request_object
|
401
400
|
# @param [String] fields
|
402
401
|
# Selector specifying which fields to include in a partial response.
|
@@ -432,9 +431,9 @@ module Google
|
|
432
431
|
# Required. The name of the project to list related account groups from, in the
|
433
432
|
# format "projects/`project`".
|
434
433
|
# @param [Fixnum] page_size
|
435
|
-
# Optional. The maximum number of groups to return. The service
|
436
|
-
# than this value. If unspecified, at most 50 groups
|
437
|
-
# maximum value is 1000; values above 1000
|
434
|
+
# Optional. The maximum number of groups to return. The service might return
|
435
|
+
# fewer than this value. If unspecified, at most 50 groups are returned. The
|
436
|
+
# maximum value is 1000; values above 1000 are coerced to 1000.
|
438
437
|
# @param [String] page_token
|
439
438
|
# Optional. A page token, received from a previous `ListRelatedAccountGroups`
|
440
439
|
# call. Provide this to retrieve the subsequent page. When paginating, all other
|
@@ -469,14 +468,14 @@ module Google
|
|
469
468
|
execute_or_queue_command(command, &block)
|
470
469
|
end
|
471
470
|
|
472
|
-
# Get
|
471
|
+
# Get memberships in a group of related accounts.
|
473
472
|
# @param [String] parent
|
474
473
|
# Required. The resource name for the related account group in the format `
|
475
474
|
# projects/`project`/relatedaccountgroups/`relatedaccountgroup``.
|
476
475
|
# @param [Fixnum] page_size
|
477
|
-
# Optional. The maximum number of accounts to return. The service
|
478
|
-
# fewer than this value. If unspecified, at most 50 accounts
|
479
|
-
#
|
476
|
+
# Optional. The maximum number of accounts to return. The service might return
|
477
|
+
# fewer than this value. If unspecified, at most 50 accounts are returned. The
|
478
|
+
# maximum value is 1000; values above 1000 are coerced to 1000.
|
480
479
|
# @param [String] page_token
|
481
480
|
# Optional. A page token, received from a previous `
|
482
481
|
# ListRelatedAccountGroupMemberships` call. When paginating, all other
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-recaptchaenterprise_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.21.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|