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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04d7a79fface86225f33bfb95ddc220fdcf608cf05a0f5d811cbde622d1365a8
|
|
4
|
+
data.tar.gz: b44dcd081a37f398e3b74c51da6ea95a39741ed1364f8abc96c3ae7b420c2135
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b9c981bc4772554358d2413a0accf26958cfea421d98a27e5d05f237712fb44e75f76ce42ab1d6f5e536fabeb523d528b5463ce40fcf9b9096de236855d7b32
|
|
7
|
+
data.tar.gz: f26555f29c35a0a137e149a7a0a8dd9f324e9e08809baa8d66b62d7b98d30584001cd346bec3c3bad1ac9a6dbcdf3a062e2466e5574626e76766b560b111048c
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20220221"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
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-
|
|
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.
|
|
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: []
|