google-apis-recaptchaenterprise_v1 0.62.0 → 0.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7ed51bec48a5bc1d7d0c09ab10fd042ee84b95ff7783e243470b8ece7efb9dc
|
4
|
+
data.tar.gz: 7da5a1f60ea5ef5dcb01e2c041bf7a2a1a9fedd82d360c41fd44cbc5edf04f3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbe2da1266214b289e751a0dd10a06ce570ab8bf13a3ec4c2191e94847eafdc09813db0b11601d0644b712450e9fbb394ed8976f72ea8ab87c87e76f1a471835
|
7
|
+
data.tar.gz: 0c3137f97858920213a60fbc10c3ab1582ac905c2b0fdc23f0384aa32c943a81974de8c0be4a4ec52c243b3017302abf44815821f995e2927dde8844668b9b71
|
data/CHANGELOG.md
CHANGED
@@ -174,6 +174,11 @@ module Google
|
|
174
174
|
# @return [String]
|
175
175
|
attr_accessor :hashed_account_id
|
176
176
|
|
177
|
+
# Details on a phone authentication event
|
178
|
+
# Corresponds to the JSON property `phoneAuthenticationEvent`
|
179
|
+
# @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent]
|
180
|
+
attr_accessor :phone_authentication_event
|
181
|
+
|
177
182
|
# Optional. Reasons for the annotation that are assigned to the event.
|
178
183
|
# Corresponds to the JSON property `reasons`
|
179
184
|
# @return [Array<String>]
|
@@ -193,6 +198,7 @@ module Google
|
|
193
198
|
@account_id = args[:account_id] if args.key?(:account_id)
|
194
199
|
@annotation = args[:annotation] if args.key?(:annotation)
|
195
200
|
@hashed_account_id = args[:hashed_account_id] if args.key?(:hashed_account_id)
|
201
|
+
@phone_authentication_event = args[:phone_authentication_event] if args.key?(:phone_authentication_event)
|
196
202
|
@reasons = args[:reasons] if args.key?(:reasons)
|
197
203
|
@transaction_event = args[:transaction_event] if args.key?(:transaction_event)
|
198
204
|
end
|
@@ -1397,6 +1403,33 @@ module Google
|
|
1397
1403
|
end
|
1398
1404
|
end
|
1399
1405
|
|
1406
|
+
# Details on a phone authentication event
|
1407
|
+
class GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent
|
1408
|
+
include Google::Apis::Core::Hashable
|
1409
|
+
|
1410
|
+
# Optional. The time at which the multi-factor authentication event (challenge
|
1411
|
+
# or verification) occurred.
|
1412
|
+
# Corresponds to the JSON property `eventTime`
|
1413
|
+
# @return [String]
|
1414
|
+
attr_accessor :event_time
|
1415
|
+
|
1416
|
+
# Required. Phone number in E.164 format for which a multi-factor authentication
|
1417
|
+
# challenge was initiated, succeeded, or failed.
|
1418
|
+
# Corresponds to the JSON property `phoneNumber`
|
1419
|
+
# @return [String]
|
1420
|
+
attr_accessor :phone_number
|
1421
|
+
|
1422
|
+
def initialize(**args)
|
1423
|
+
update!(**args)
|
1424
|
+
end
|
1425
|
+
|
1426
|
+
# Update properties of this object
|
1427
|
+
def update!(**args)
|
1428
|
+
@event_time = args[:event_time] if args.key?(:event_time)
|
1429
|
+
@phone_number = args[:phone_number] if args.key?(:phone_number)
|
1430
|
+
end
|
1431
|
+
end
|
1432
|
+
|
1400
1433
|
# Assessment for Phone Fraud
|
1401
1434
|
class GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment
|
1402
1435
|
include Google::Apis::Core::Hashable
|
@@ -1614,7 +1647,7 @@ module Google
|
|
1614
1647
|
include Google::Apis::Core::Hashable
|
1615
1648
|
|
1616
1649
|
# Output only. Challenge information for POLICY_BASED_CHALLENGE and INVISIBLE
|
1617
|
-
# keys
|
1650
|
+
# keys.
|
1618
1651
|
# Corresponds to the JSON property `challenge`
|
1619
1652
|
# @return [String]
|
1620
1653
|
attr_accessor :challenge
|
@@ -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.63.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250928"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -274,6 +274,12 @@ module Google
|
|
274
274
|
include Google::Apis::Core::JsonObjectSupport
|
275
275
|
end
|
276
276
|
|
277
|
+
class GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
277
283
|
class GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment
|
278
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
285
|
|
@@ -507,6 +513,8 @@ module Google
|
|
507
513
|
property :account_id, as: 'accountId'
|
508
514
|
property :annotation, as: 'annotation'
|
509
515
|
property :hashed_account_id, :base64 => true, as: 'hashedAccountId'
|
516
|
+
property :phone_authentication_event, as: 'phoneAuthenticationEvent', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent::Representation
|
517
|
+
|
510
518
|
collection :reasons, as: 'reasons'
|
511
519
|
property :transaction_event, as: 'transactionEvent', class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1TransactionEvent, decorator: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1TransactionEvent::Representation
|
512
520
|
|
@@ -874,6 +882,14 @@ module Google
|
|
874
882
|
end
|
875
883
|
end
|
876
884
|
|
885
|
+
class GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent
|
886
|
+
# @private
|
887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
888
|
+
property :event_time, as: 'eventTime'
|
889
|
+
property :phone_number, as: 'phoneNumber'
|
890
|
+
end
|
891
|
+
end
|
892
|
+
|
877
893
|
class GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment
|
878
894
|
# @private
|
879
895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.63.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.63.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|