google-apis-recaptchaenterprise_v1 0.32.0 → 0.34.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: d68fa234f00af2055d88ee0f46cb0fdb78151c003b0ddeb6eb746ea22ad4093d
4
- data.tar.gz: 23c8e6d2c81297ed1b862584c5abc31e097c24ab804673a51fb0a985d5ea80f7
3
+ metadata.gz: 96afd40f305bbad724f0cc109125bafb730a112fc91cfd8e63f961ccfebf1c73
4
+ data.tar.gz: 7512a13318bc2fdcb33db50c47f11cf86a9be7fd96c3171f928f2662be9f6250
5
5
  SHA512:
6
- metadata.gz: 3fec5ce3a6209e256f781f27dfa6a44d31c00469fe7d32d3a5fb0ef8d904998c5a5c89222ca2b7c7cabbb4c8ec118cd7612db62478b961292de9d07492202ba0
7
- data.tar.gz: 12e746ccce52ba38778268149ea3b73819683edc49629ad151ed2ab5cd7ac700c3a489a4d135bce964a1a00ee379b65c9dbc680a326545e4296f59dd022cc123
6
+ metadata.gz: de38d4099e5395d6688b2f518668c4d4563ff1ea3e08dc3a919657c948135d5c4e813d215980c6ac3d2a5cc748c837af3c1a9067888f9cac3174d6e953a67e2e
7
+ data.tar.gz: 8c760a2718673c0cb3fdccda25d94484730d1695320dadc69b21e5168e9fde91fe9b14b1bfa71995ccd4ebcd412c122dda1236e602e382472676d694bdeb5ac0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.34.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230514
6
+
7
+ ### v0.33.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230507
10
+
3
11
  ### v0.32.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230402
@@ -173,6 +173,39 @@ module Google
173
173
  end
174
174
  end
175
175
 
176
+ # Contains fields that are required to perform Apple-specific integrity checks.
177
+ class GoogleCloudRecaptchaenterpriseV1AppleDeveloperId
178
+ include Google::Apis::Core::Hashable
179
+
180
+ # Required. The Apple developer key ID (10-character string).
181
+ # Corresponds to the JSON property `keyId`
182
+ # @return [String]
183
+ attr_accessor :key_id
184
+
185
+ # Required. Input only. A private key (downloaded as a text file with a .p8 file
186
+ # extension) generated for your Apple Developer account.
187
+ # Corresponds to the JSON property `privateKey`
188
+ # @return [String]
189
+ attr_accessor :private_key
190
+
191
+ # Required. The Apple team ID (10-character string) owning the provisioning
192
+ # profile used to build your application.
193
+ # Corresponds to the JSON property `teamId`
194
+ # @return [String]
195
+ attr_accessor :team_id
196
+
197
+ def initialize(**args)
198
+ update!(**args)
199
+ end
200
+
201
+ # Update properties of this object
202
+ def update!(**args)
203
+ @key_id = args[:key_id] if args.key?(:key_id)
204
+ @private_key = args[:private_key] if args.key?(:private_key)
205
+ @team_id = args[:team_id] if args.key?(:team_id)
206
+ end
207
+ end
208
+
176
209
  # A reCAPTCHA Enterprise assessment resource.
177
210
  class GoogleCloudRecaptchaenterpriseV1Assessment
178
211
  include Google::Apis::Core::Hashable
@@ -771,6 +804,11 @@ module Google
771
804
  # @return [Array<String>]
772
805
  attr_accessor :allowed_bundle_ids
773
806
 
807
+ # Contains fields that are required to perform Apple-specific integrity checks.
808
+ # Corresponds to the JSON property `appleDeveloperId`
809
+ # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1AppleDeveloperId]
810
+ attr_accessor :apple_developer_id
811
+
774
812
  def initialize(**args)
775
813
  update!(**args)
776
814
  end
@@ -779,6 +817,7 @@ module Google
779
817
  def update!(**args)
780
818
  @allow_all_bundle_ids = args[:allow_all_bundle_ids] if args.key?(:allow_all_bundle_ids)
781
819
  @allowed_bundle_ids = args[:allowed_bundle_ids] if args.key?(:allowed_bundle_ids)
820
+ @apple_developer_id = args[:apple_developer_id] if args.key?(:apple_developer_id)
782
821
  end
783
822
  end
784
823
 
@@ -1225,9 +1264,9 @@ module Google
1225
1264
  class GoogleCloudRecaptchaenterpriseV1SearchRelatedAccountGroupMembershipsRequest
1226
1265
  include Google::Apis::Core::Hashable
1227
1266
 
1228
- # Optional. The unique stable hashed user identifier we should search
1229
- # connections to. The identifier should correspond to a `hashed_account_id`
1230
- # provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
1267
+ # Optional. The unique stable hashed user identifier used to search connections.
1268
+ # The identifier should correspond to a `hashed_account_id` provided in a
1269
+ # previous `CreateAssessment` or `AnnotateAssessment` call.
1231
1270
  # Corresponds to the JSON property `hashedAccountId`
1232
1271
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1233
1272
  # @return [String]
@@ -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.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230402"
25
+ REVISION = "20230514"
26
26
  end
27
27
  end
28
28
  end
@@ -52,6 +52,12 @@ module Google
52
52
  include Google::Apis::Core::JsonObjectSupport
53
53
  end
54
54
 
55
+ class GoogleCloudRecaptchaenterpriseV1AppleDeveloperId
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
55
61
  class GoogleCloudRecaptchaenterpriseV1Assessment
56
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
63
 
@@ -366,6 +372,15 @@ module Google
366
372
  end
367
373
  end
368
374
 
375
+ class GoogleCloudRecaptchaenterpriseV1AppleDeveloperId
376
+ # @private
377
+ class Representation < Google::Apis::Core::JsonRepresentation
378
+ property :key_id, as: 'keyId'
379
+ property :private_key, as: 'privateKey'
380
+ property :team_id, as: 'teamId'
381
+ end
382
+ end
383
+
369
384
  class GoogleCloudRecaptchaenterpriseV1Assessment
370
385
  # @private
371
386
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -539,6 +554,8 @@ module Google
539
554
  class Representation < Google::Apis::Core::JsonRepresentation
540
555
  property :allow_all_bundle_ids, as: 'allowAllBundleIds'
541
556
  collection :allowed_bundle_ids, as: 'allowedBundleIds'
557
+ property :apple_developer_id, as: 'appleDeveloperId', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1AppleDeveloperId, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1AppleDeveloperId::Representation
558
+
542
559
  end
543
560
  end
544
561
 
@@ -464,8 +464,8 @@ module Google
464
464
  # Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is
465
465
  # migrated, it can be used from either product. SiteVerify requests are billed
466
466
  # as CreateAssessment calls. You must be authenticated as one of the current
467
- # owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA
468
- # Enterprise Admin IAM role in the destination project.
467
+ # owners of the reCAPTCHA Key, and your user must have the reCAPTCHA Enterprise
468
+ # Admin IAM role in the destination project.
469
469
  # @param [String] name
470
470
  # Required. The name of the key to be migrated, in the format "projects/`project`
471
471
  # /keys/`key`".
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.32.0
4
+ version: 0.34.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: 2023-04-16 00:00:00.000000000 Z
11
+ date: 2023-05-28 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.34.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: []