google-apis-identitytoolkit_v2 0.22.0 → 0.24.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: 6b3fc590120952e17999d6a125bec1086aa3cc0c76c33d90333ab5dc0f14a868
4
- data.tar.gz: 6cf1f09e84cb4fa185984d6fb01979076033c5a0f05e22cf4b88ce7621b145a0
3
+ metadata.gz: d9697f6efbc3d13b3eb292dadb1ed05c38a4e43086d9971cdb82832367043908
4
+ data.tar.gz: 70052f218cb71295bc58e396f47ca1b2a037ae25423b30e215c915795e3d8387
5
5
  SHA512:
6
- metadata.gz: 93d328c4c6df29fc00aca7095eb7c5353ef5fe145be856ca0ab4003470862daa4dad9f5f07452b0a0d5ec51ef260d4226f9e9b7f22637bfd25a02a29da381162
7
- data.tar.gz: f908d3e26354a6026189022a6c40dab85a2780283648c2a723dad494f434f9d3103f28517e7a08f2123ff5593d5bf4be0b6b12676e770d1f581b4ad9b2d173a2
6
+ metadata.gz: 0a5bc17da22de0e554da4dd44cd5fe6781f45d4713928577c4f902d1470c897d7ff2b5632df58961b75e55e838a761e5a250548d8237cf8d4013ed9b34128f04
7
+ data.tar.gz: 00013fe312b989378ebb142ee2534773088287409d7fabccceb7d4a10623d45604ba9e2229ae69e7e312c5c285404b09f6b6a089ff940012dbb52b2603ef4109
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-identitytoolkit_v2
2
2
 
3
+ ### v0.24.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250130
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.23.0 (2024-12-02)
9
+
10
+ * Regenerated from discovery document revision 20241024
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.22.0 (2024-05-19)
4
14
 
5
15
  * Regenerated using generator version 0.15.0
@@ -275,6 +275,11 @@ module Google
275
275
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ClientConfig]
276
276
  attr_accessor :client
277
277
 
278
+ # Output only. Default Firebase hosting site name
279
+ # Corresponds to the JSON property `defaultHostingSite`
280
+ # @return [String]
281
+ attr_accessor :default_hosting_site
282
+
278
283
  # Configuration for settings related to email privacy and public visibility.
279
284
  # Settings in this config protect against email enumeration, but may make some
280
285
  # trade-offs in user-friendliness.
@@ -287,6 +292,11 @@ module Google
287
292
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig]
288
293
  attr_accessor :mfa
289
294
 
295
+ # Configuration mobile links.
296
+ # Corresponds to the JSON property `mobileLinksConfig`
297
+ # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig]
298
+ attr_accessor :mobile_links_config
299
+
290
300
  # Configuration related to monitoring project activity.
291
301
  # Corresponds to the JSON property `monitoring`
292
302
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MonitoringConfig]
@@ -350,8 +360,10 @@ module Google
350
360
  @autodelete_anonymous_users = args[:autodelete_anonymous_users] if args.key?(:autodelete_anonymous_users)
351
361
  @blocking_functions = args[:blocking_functions] if args.key?(:blocking_functions)
352
362
  @client = args[:client] if args.key?(:client)
363
+ @default_hosting_site = args[:default_hosting_site] if args.key?(:default_hosting_site)
353
364
  @email_privacy_config = args[:email_privacy_config] if args.key?(:email_privacy_config)
354
365
  @mfa = args[:mfa] if args.key?(:mfa)
366
+ @mobile_links_config = args[:mobile_links_config] if args.key?(:mobile_links_config)
355
367
  @monitoring = args[:monitoring] if args.key?(:monitoring)
356
368
  @multi_tenant = args[:multi_tenant] if args.key?(:multi_tenant)
357
369
  @name = args[:name] if args.key?(:name)
@@ -1022,6 +1034,25 @@ module Google
1022
1034
  end
1023
1035
  end
1024
1036
 
1037
+ # Configuration mobile links.
1038
+ class GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig
1039
+ include Google::Apis::Core::Hashable
1040
+
1041
+ # Open code in app domain to use for app links and universal links.
1042
+ # Corresponds to the JSON property `domain`
1043
+ # @return [String]
1044
+ attr_accessor :domain
1045
+
1046
+ def initialize(**args)
1047
+ update!(**args)
1048
+ end
1049
+
1050
+ # Update properties of this object
1051
+ def update!(**args)
1052
+ @domain = args[:domain] if args.key?(:domain)
1053
+ end
1054
+ end
1055
+
1025
1056
  # Configuration related to monitoring project activity.
1026
1057
  class GoogleCloudIdentitytoolkitAdminV2MonitoringConfig
1027
1058
  include Google::Apis::Core::Hashable
@@ -1401,8 +1432,8 @@ module Google
1401
1432
  include Google::Apis::Core::Hashable
1402
1433
 
1403
1434
  # The reCAPTCHA config for email/password provider, containing the enforcement
1404
- # status. The email/password provider contains all related user flows protected
1405
- # by reCAPTCHA.
1435
+ # status. The email/password provider contains all email related user flows
1436
+ # protected by reCAPTCHA.
1406
1437
  # Corresponds to the JSON property `emailPasswordEnforcementState`
1407
1438
  # @return [String]
1408
1439
  attr_accessor :email_password_enforcement_state
@@ -1413,11 +1444,25 @@ module Google
1413
1444
  # @return [Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule>]
1414
1445
  attr_accessor :managed_rules
1415
1446
 
1447
+ # The reCAPTCHA config for phone provider, containing the enforcement status.
1448
+ # The phone provider contains all SMS related user flows protected by reCAPTCHA.
1449
+ # Corresponds to the JSON property `phoneEnforcementState`
1450
+ # @return [String]
1451
+ attr_accessor :phone_enforcement_state
1452
+
1416
1453
  # The reCAPTCHA keys.
1417
1454
  # Corresponds to the JSON property `recaptchaKeys`
1418
1455
  # @return [Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaKey>]
1419
1456
  attr_accessor :recaptcha_keys
1420
1457
 
1458
+ # The managed rules for the authentication action based on reCAPTCHA toll fraud
1459
+ # risk scores. Toll fraud managed rules will only take effect when the
1460
+ # phone_enforcement_state is AUDIT or ENFORCE and use_sms_toll_fraud_protection
1461
+ # is true.
1462
+ # Corresponds to the JSON property `tollFraudManagedRules`
1463
+ # @return [Array<Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule>]
1464
+ attr_accessor :toll_fraud_managed_rules
1465
+
1421
1466
  # Whether to use the account defender for reCAPTCHA assessment. Defaults to `
1422
1467
  # false`.
1423
1468
  # Corresponds to the JSON property `useAccountDefender`
@@ -1425,6 +1470,21 @@ module Google
1425
1470
  attr_accessor :use_account_defender
1426
1471
  alias_method :use_account_defender?, :use_account_defender
1427
1472
 
1473
+ # Whether to use the rCE bot score for reCAPTCHA phone provider. Can only be
1474
+ # true when the phone_enforcement_state is AUDIT or ENFORCE.
1475
+ # Corresponds to the JSON property `useSmsBotScore`
1476
+ # @return [Boolean]
1477
+ attr_accessor :use_sms_bot_score
1478
+ alias_method :use_sms_bot_score?, :use_sms_bot_score
1479
+
1480
+ # Whether to use the rCE sms toll fraud protection risk score for reCAPTCHA
1481
+ # phone provider. Can only be true when the phone_enforcement_state is AUDIT or
1482
+ # ENFORCE.
1483
+ # Corresponds to the JSON property `useSmsTollFraudProtection`
1484
+ # @return [Boolean]
1485
+ attr_accessor :use_sms_toll_fraud_protection
1486
+ alias_method :use_sms_toll_fraud_protection?, :use_sms_toll_fraud_protection
1487
+
1428
1488
  def initialize(**args)
1429
1489
  update!(**args)
1430
1490
  end
@@ -1433,8 +1493,12 @@ module Google
1433
1493
  def update!(**args)
1434
1494
  @email_password_enforcement_state = args[:email_password_enforcement_state] if args.key?(:email_password_enforcement_state)
1435
1495
  @managed_rules = args[:managed_rules] if args.key?(:managed_rules)
1496
+ @phone_enforcement_state = args[:phone_enforcement_state] if args.key?(:phone_enforcement_state)
1436
1497
  @recaptcha_keys = args[:recaptcha_keys] if args.key?(:recaptcha_keys)
1498
+ @toll_fraud_managed_rules = args[:toll_fraud_managed_rules] if args.key?(:toll_fraud_managed_rules)
1437
1499
  @use_account_defender = args[:use_account_defender] if args.key?(:use_account_defender)
1500
+ @use_sms_bot_score = args[:use_sms_bot_score] if args.key?(:use_sms_bot_score)
1501
+ @use_sms_toll_fraud_protection = args[:use_sms_toll_fraud_protection] if args.key?(:use_sms_toll_fraud_protection)
1438
1502
  end
1439
1503
  end
1440
1504
 
@@ -1498,6 +1562,39 @@ module Google
1498
1562
  end
1499
1563
  end
1500
1564
 
1565
+ # The config for a reCAPTCHA toll fraud assessment managed rule. Models a single
1566
+ # interval [start_score, end_score]. The end_score is implicit. It is either the
1567
+ # closest smaller end_score (if one is available) or 0. Intervals in aggregate
1568
+ # span [0, 1] without overlapping.
1569
+ class GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule
1570
+ include Google::Apis::Core::Hashable
1571
+
1572
+ # The action taken if the reCAPTCHA score of a request is within the interval [
1573
+ # start_score, end_score].
1574
+ # Corresponds to the JSON property `action`
1575
+ # @return [String]
1576
+ attr_accessor :action
1577
+
1578
+ # The start score (inclusive) for an action. Must be a value between 0.0 and 1.0,
1579
+ # at 11 discrete values; e.g. 0, 0.1, 0.2, 0.3, ... 0.9, 1.0. A score of 0.0
1580
+ # indicates the safest request (likely legitimate), whereas 1.0 indicates the
1581
+ # riskiest request (likely toll fraud). See https://cloud.google.com/recaptcha-
1582
+ # enterprise/docs/sms-fraud-detection#create-assessment-sms.
1583
+ # Corresponds to the JSON property `startScore`
1584
+ # @return [Float]
1585
+ attr_accessor :start_score
1586
+
1587
+ def initialize(**args)
1588
+ update!(**args)
1589
+ end
1590
+
1591
+ # Update properties of this object
1592
+ def update!(**args)
1593
+ @action = args[:action] if args.key?(:action)
1594
+ @start_score = args[:start_score] if args.key?(:start_score)
1595
+ end
1596
+ end
1597
+
1501
1598
  # Configuration for logging requests made to this project to Stackdriver Logging
1502
1599
  class GoogleCloudIdentitytoolkitAdminV2RequestLogging
1503
1600
  include Google::Apis::Core::Hashable
@@ -1943,6 +2040,11 @@ module Google
1943
2040
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig]
1944
2041
  attr_accessor :mfa_config
1945
2042
 
2043
+ # Configuration mobile links.
2044
+ # Corresponds to the JSON property `mobileLinksConfig`
2045
+ # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig]
2046
+ attr_accessor :mobile_links_config
2047
+
1946
2048
  # Configuration related to monitoring project activity.
1947
2049
  # Corresponds to the JSON property `monitoring`
1948
2050
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MonitoringConfig]
@@ -1995,6 +2097,7 @@ module Google
1995
2097
  @hash_config = args[:hash_config] if args.key?(:hash_config)
1996
2098
  @inheritance = args[:inheritance] if args.key?(:inheritance)
1997
2099
  @mfa_config = args[:mfa_config] if args.key?(:mfa_config)
2100
+ @mobile_links_config = args[:mobile_links_config] if args.key?(:mobile_links_config)
1998
2101
  @monitoring = args[:monitoring] if args.key?(:monitoring)
1999
2102
  @name = args[:name] if args.key?(:name)
2000
2103
  @password_policy_config = args[:password_policy_config] if args.key?(:password_policy_config)
@@ -2464,6 +2567,19 @@ module Google
2464
2567
  # @return [String]
2465
2568
  attr_accessor :recaptcha_key
2466
2569
 
2570
+ # Whether to use the rCE bot score for reCAPTCHA phone provider.
2571
+ # Corresponds to the JSON property `useSmsBotScore`
2572
+ # @return [Boolean]
2573
+ attr_accessor :use_sms_bot_score
2574
+ alias_method :use_sms_bot_score?, :use_sms_bot_score
2575
+
2576
+ # Whether to use the rCE sms toll fraud protection risk score for reCAPTCHA
2577
+ # phone provider.
2578
+ # Corresponds to the JSON property `useSmsTollFraudProtection`
2579
+ # @return [Boolean]
2580
+ attr_accessor :use_sms_toll_fraud_protection
2581
+ alias_method :use_sms_toll_fraud_protection?, :use_sms_toll_fraud_protection
2582
+
2467
2583
  def initialize(**args)
2468
2584
  update!(**args)
2469
2585
  end
@@ -2472,6 +2588,8 @@ module Google
2472
2588
  def update!(**args)
2473
2589
  @recaptcha_enforcement_state = args[:recaptcha_enforcement_state] if args.key?(:recaptcha_enforcement_state)
2474
2590
  @recaptcha_key = args[:recaptcha_key] if args.key?(:recaptcha_key)
2591
+ @use_sms_bot_score = args[:use_sms_bot_score] if args.key?(:use_sms_bot_score)
2592
+ @use_sms_toll_fraud_protection = args[:use_sms_toll_fraud_protection] if args.key?(:use_sms_toll_fraud_protection)
2475
2593
  end
2476
2594
  end
2477
2595
 
@@ -2643,6 +2761,18 @@ module Google
2643
2761
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2AutoRetrievalInfo]
2644
2762
  attr_accessor :auto_retrieval_info
2645
2763
 
2764
+ # The reCAPTCHA Enterprise token provided by the reCAPTCHA client-side
2765
+ # integration. Required when reCAPTCHA enterprise is enabled.
2766
+ # Corresponds to the JSON property `captchaResponse`
2767
+ # @return [String]
2768
+ attr_accessor :captcha_response
2769
+
2770
+ # The client type, web, android or ios. Required when reCAPTCHA Enterprise is
2771
+ # enabled.
2772
+ # Corresponds to the JSON property `clientType`
2773
+ # @return [String]
2774
+ attr_accessor :client_type
2775
+
2646
2776
  # iOS only. Receipt of successful app token validation with APNS.
2647
2777
  # Corresponds to the JSON property `iosReceipt`
2648
2778
  # @return [String]
@@ -2671,6 +2801,12 @@ module Google
2671
2801
  # @return [String]
2672
2802
  attr_accessor :recaptcha_token
2673
2803
 
2804
+ # The reCAPTCHA version of the reCAPTCHA token in the captcha_response. Required
2805
+ # when reCAPTCHA Enterprise is enabled.
2806
+ # Corresponds to the JSON property `recaptchaVersion`
2807
+ # @return [String]
2808
+ attr_accessor :recaptcha_version
2809
+
2674
2810
  # Android only. Used to assert application identity in place of a recaptcha
2675
2811
  # token. A SafetyNet Token can be generated via the [SafetyNet Android
2676
2812
  # Attestation API](https://developer.android.com/training/safetynet/attestation.
@@ -2686,11 +2822,14 @@ module Google
2686
2822
  # Update properties of this object
2687
2823
  def update!(**args)
2688
2824
  @auto_retrieval_info = args[:auto_retrieval_info] if args.key?(:auto_retrieval_info)
2825
+ @captcha_response = args[:captcha_response] if args.key?(:captcha_response)
2826
+ @client_type = args[:client_type] if args.key?(:client_type)
2689
2827
  @ios_receipt = args[:ios_receipt] if args.key?(:ios_receipt)
2690
2828
  @ios_secret = args[:ios_secret] if args.key?(:ios_secret)
2691
2829
  @phone_number = args[:phone_number] if args.key?(:phone_number)
2692
2830
  @play_integrity_token = args[:play_integrity_token] if args.key?(:play_integrity_token)
2693
2831
  @recaptcha_token = args[:recaptcha_token] if args.key?(:recaptcha_token)
2832
+ @recaptcha_version = args[:recaptcha_version] if args.key?(:recaptcha_version)
2694
2833
  @safety_net_token = args[:safety_net_token] if args.key?(:safety_net_token)
2695
2834
  end
2696
2835
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IdentitytoolkitV2
18
18
  # Version of the google-apis-identitytoolkit_v2 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240417"
25
+ REVISION = "20250130"
26
26
  end
27
27
  end
28
28
  end
@@ -202,6 +202,12 @@ module Google
202
202
  include Google::Apis::Core::JsonObjectSupport
203
203
  end
204
204
 
205
+ class GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
205
211
  class GoogleCloudIdentitytoolkitAdminV2MonitoringConfig
206
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
213
 
@@ -292,6 +298,12 @@ module Google
292
298
  include Google::Apis::Core::JsonObjectSupport
293
299
  end
294
300
 
301
+ class GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
295
307
  class GoogleCloudIdentitytoolkitAdminV2RequestLogging
296
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
309
 
@@ -676,10 +688,13 @@ module Google
676
688
 
677
689
  property :client, as: 'client', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ClientConfig, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2ClientConfig::Representation
678
690
 
691
+ property :default_hosting_site, as: 'defaultHostingSite'
679
692
  property :email_privacy_config, as: 'emailPrivacyConfig', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig::Representation
680
693
 
681
694
  property :mfa, as: 'mfa', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig::Representation
682
695
 
696
+ property :mobile_links_config, as: 'mobileLinksConfig', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig::Representation
697
+
683
698
  property :monitoring, as: 'monitoring', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MonitoringConfig, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MonitoringConfig::Representation
684
699
 
685
700
  property :multi_tenant, as: 'multiTenant', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MultiTenantConfig::Representation
@@ -887,6 +902,13 @@ module Google
887
902
  end
888
903
  end
889
904
 
905
+ class GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig
906
+ # @private
907
+ class Representation < Google::Apis::Core::JsonRepresentation
908
+ property :domain, as: 'domain'
909
+ end
910
+ end
911
+
890
912
  class GoogleCloudIdentitytoolkitAdminV2MonitoringConfig
891
913
  # @private
892
914
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1006,9 +1028,14 @@ module Google
1006
1028
  property :email_password_enforcement_state, as: 'emailPasswordEnforcementState'
1007
1029
  collection :managed_rules, as: 'managedRules', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule::Representation
1008
1030
 
1031
+ property :phone_enforcement_state, as: 'phoneEnforcementState'
1009
1032
  collection :recaptcha_keys, as: 'recaptchaKeys', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaKey, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaKey::Representation
1010
1033
 
1034
+ collection :toll_fraud_managed_rules, as: 'tollFraudManagedRules', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule::Representation
1035
+
1011
1036
  property :use_account_defender, as: 'useAccountDefender'
1037
+ property :use_sms_bot_score, as: 'useSmsBotScore'
1038
+ property :use_sms_toll_fraud_protection, as: 'useSmsTollFraudProtection'
1012
1039
  end
1013
1040
  end
1014
1041
 
@@ -1028,6 +1055,14 @@ module Google
1028
1055
  end
1029
1056
  end
1030
1057
 
1058
+ class GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule
1059
+ # @private
1060
+ class Representation < Google::Apis::Core::JsonRepresentation
1061
+ property :action, as: 'action'
1062
+ property :start_score, as: 'startScore'
1063
+ end
1064
+ end
1065
+
1031
1066
  class GoogleCloudIdentitytoolkitAdminV2RequestLogging
1032
1067
  # @private
1033
1068
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1156,6 +1191,8 @@ module Google
1156
1191
 
1157
1192
  property :mfa_config, as: 'mfaConfig', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig::Representation
1158
1193
 
1194
+ property :mobile_links_config, as: 'mobileLinksConfig', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig::Representation
1195
+
1159
1196
  property :monitoring, as: 'monitoring', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MonitoringConfig, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2MonitoringConfig::Representation
1160
1197
 
1161
1198
  property :name, as: 'name'
@@ -1309,6 +1346,8 @@ module Google
1309
1346
  collection :recaptcha_enforcement_state, as: 'recaptchaEnforcementState', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2RecaptchaEnforcementState::Representation
1310
1347
 
1311
1348
  property :recaptcha_key, as: 'recaptchaKey'
1349
+ property :use_sms_bot_score, as: 'useSmsBotScore'
1350
+ property :use_sms_toll_fraud_protection, as: 'useSmsTollFraudProtection'
1312
1351
  end
1313
1352
  end
1314
1353
 
@@ -1365,11 +1404,14 @@ module Google
1365
1404
  class Representation < Google::Apis::Core::JsonRepresentation
1366
1405
  property :auto_retrieval_info, as: 'autoRetrievalInfo', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2AutoRetrievalInfo, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2AutoRetrievalInfo::Representation
1367
1406
 
1407
+ property :captcha_response, as: 'captchaResponse'
1408
+ property :client_type, as: 'clientType'
1368
1409
  property :ios_receipt, as: 'iosReceipt'
1369
1410
  property :ios_secret, as: 'iosSecret'
1370
1411
  property :phone_number, as: 'phoneNumber'
1371
1412
  property :play_integrity_token, as: 'playIntegrityToken'
1372
1413
  property :recaptcha_token, as: 'recaptchaToken'
1414
+ property :recaptcha_version, as: 'recaptchaVersion'
1373
1415
  property :safety_net_token, as: 'safetyNetToken'
1374
1416
  end
1375
1417
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-identitytoolkit_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v2/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v2/v0.24.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Identity Toolkit API V2
82
79
  test_files: []