google-apis-cloudidentity_v1 0.18.0 → 0.19.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: 729b0fd4e434f5580e820cc3a371919b3741fcd77da21c74e484d3869299250d
4
- data.tar.gz: 114a2f3da7f69219013f74e7381b1f24c73c701f214442e10b84043b57b19f20
3
+ metadata.gz: 04d7a79fface86225f33bfb95ddc220fdcf608cf05a0f5d811cbde622d1365a8
4
+ data.tar.gz: b44dcd081a37f398e3b74c51da6ea95a39741ed1364f8abc96c3ae7b420c2135
5
5
  SHA512:
6
- metadata.gz: d95164258412e30e474d5c7d06206b4800a16b209ea2f4ff495517de5960838308a1f0159cff55480e8022e1c491fbcd1a9974ecf803446f018f712db0e65cea
7
- data.tar.gz: f410501138204c31addf844712fdd6750bbeba5e0a19e17da8880b74066d75816d2023e1b184b2a7714443ac6777546d437b7255005570769346502b486cb1b4
6
+ metadata.gz: 3b9c981bc4772554358d2413a0accf26958cfea421d98a27e5d05f237712fb44e75f76ce42ab1d6f5e536fabeb523d528b5463ce40fcf9b9096de236855d7b32
7
+ data.tar.gz: f26555f29c35a0a137e149a7a0a8dd9f324e9e08809baa8d66b62d7b98d30584001cd346bec3c3bad1ac9a6dbcdf3a062e2466e5574626e76766b560b111048c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.19.0 (2022-02-23)
4
+
5
+ * Regenerated from discovery document revision 20220221
6
+
3
7
  ### v0.18.0 (2022-02-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20220208
@@ -1181,6 +1181,16 @@ module Google
1181
1181
  # @return [String]
1182
1182
  attr_accessor :customer
1183
1183
 
1184
+ # Optional. Specifies if a user is able to factory reset a device after a Device
1185
+ # Wipe. On iOS, this is called "Activation Lock", while on Android, this is
1186
+ # known as "Factory Reset Protection". If true, this protection will be removed
1187
+ # from the device, so that a user can successfully factory reset. If false, the
1188
+ # setting is untouched on the device.
1189
+ # Corresponds to the JSON property `removeResetLock`
1190
+ # @return [Boolean]
1191
+ attr_accessor :remove_reset_lock
1192
+ alias_method :remove_reset_lock?, :remove_reset_lock
1193
+
1184
1194
  def initialize(**args)
1185
1195
  update!(**args)
1186
1196
  end
@@ -1188,6 +1198,7 @@ module Google
1188
1198
  # Update properties of this object
1189
1199
  def update!(**args)
1190
1200
  @customer = args[:customer] if args.key?(:customer)
1201
+ @remove_reset_lock = args[:remove_reset_lock] if args.key?(:remove_reset_lock)
1191
1202
  end
1192
1203
  end
1193
1204
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220208"
25
+ REVISION = "20220221"
26
26
  end
27
27
  end
28
28
  end
@@ -803,6 +803,7 @@ module Google
803
803
  # @private
804
804
  class Representation < Google::Apis::Core::JsonRepresentation
805
805
  property :customer, as: 'customer'
806
+ property :remove_reset_lock, as: 'removeResetLock'
806
807
  end
807
808
  end
808
809
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-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-cloudidentity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []