google-apis-identitytoolkit_v2 0.13.0 → 0.14.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: a88b03dc1a7b9ccc38f828437423dc67ccf9909e4853928b2acb1c581ec77db8
4
- data.tar.gz: 856073e503800f5308092223ddd73aef12182839bc91fbd1b434e1fc9a1f4d19
3
+ metadata.gz: e03e135d0641f5ea14781a483bf8a09bbaef51f43b70bd856b1bae8a1780d5e5
4
+ data.tar.gz: d6fb3d23683fe27698a6172de883287cf52337f481f091fdae53c0ef0e53168c
5
5
  SHA512:
6
- metadata.gz: 6cba6afda53519645f03a72fba93fd865662f40387cbb791aa5a04fa129c0eb77e666775d49736fc39a8b966e17c134f6da0ef18b7d6df376547a50e954feaf0
7
- data.tar.gz: a27abedf8dcddce7ed0c9f24a62207673a389fa3bd2cd50285d76e95534fb7a452373301a21425d28aa7b747cca51f1be19e2a3f8c6133056b98a5481e822775
6
+ metadata.gz: 9160d9dbeb46c8e5fc4e17399c5aea891caaeb7dccd4a67a497e79cb523abb705421b167f5ce8a1235b2b0bb49ac41b9ddec6f8177eb7f1f6f05cce7e2062735
7
+ data.tar.gz: 7f6f615fc8dc7c2813f1358120a329353a1fe962d7dd2a9c92d839bdaa920ef19e11f7d51a7ae1e586aba06b818d51d4b2f66a190d85db90b34ed0f5b2e46e4f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-identitytoolkit_v2
2
2
 
3
+ ### v0.14.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230707
6
+
3
7
  ### v0.13.0 (2023-06-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20230531
@@ -2417,6 +2417,17 @@ module Google
2417
2417
  # @return [Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2CustomStrengthOptions]
2418
2418
  attr_accessor :custom_strength_options
2419
2419
 
2420
+ # Output only. Which enforcement mode to use for the password policy.
2421
+ # Corresponds to the JSON property `enforcementState`
2422
+ # @return [String]
2423
+ attr_accessor :enforcement_state
2424
+
2425
+ # Users must have a password compliant with the password policy to sign-in.
2426
+ # Corresponds to the JSON property `forceUpgradeOnSignin`
2427
+ # @return [Boolean]
2428
+ attr_accessor :force_upgrade_on_signin
2429
+ alias_method :force_upgrade_on_signin?, :force_upgrade_on_signin
2430
+
2420
2431
  # Output only. schema version number for the password policy
2421
2432
  # Corresponds to the JSON property `schemaVersion`
2422
2433
  # @return [Fixnum]
@@ -2430,6 +2441,8 @@ module Google
2430
2441
  def update!(**args)
2431
2442
  @allowed_non_alphanumeric_characters = args[:allowed_non_alphanumeric_characters] if args.key?(:allowed_non_alphanumeric_characters)
2432
2443
  @custom_strength_options = args[:custom_strength_options] if args.key?(:custom_strength_options)
2444
+ @enforcement_state = args[:enforcement_state] if args.key?(:enforcement_state)
2445
+ @force_upgrade_on_signin = args[:force_upgrade_on_signin] if args.key?(:force_upgrade_on_signin)
2433
2446
  @schema_version = args[:schema_version] if args.key?(:schema_version)
2434
2447
  end
2435
2448
  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.13.0"
19
+ GEM_VERSION = "0.14.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 = "20230531"
25
+ REVISION = "20230707"
26
26
  end
27
27
  end
28
28
  end
@@ -1297,6 +1297,8 @@ module Google
1297
1297
  collection :allowed_non_alphanumeric_characters, as: 'allowedNonAlphanumericCharacters'
1298
1298
  property :custom_strength_options, as: 'customStrengthOptions', class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2CustomStrengthOptions, decorator: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2CustomStrengthOptions::Representation
1299
1299
 
1300
+ property :enforcement_state, as: 'enforcementState'
1301
+ property :force_upgrade_on_signin, as: 'forceUpgradeOnSignin'
1300
1302
  property :schema_version, as: 'schemaVersion'
1301
1303
  end
1302
1304
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-identitytoolkit_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-06-04 00:00:00.000000000 Z
11
+ date: 2023-07-16 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-identitytoolkit_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v2/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-identitytoolkit_v2/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-identitytoolkit_v2
63
63
  post_install_message:
64
64
  rdoc_options: []