google-apis-cloudidentity_v1beta1 0.7.0 → 0.8.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/cloudidentity_v1beta1/classes.rb +12 -1
- data/lib/google/apis/cloudidentity_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/cloudidentity_v1beta1/representations.rb +1 -0
- data/lib/google/apis/cloudidentity_v1beta1/service.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d3e625471dce12798c41eedc88ce295f7f019a9e798e2b25ef08966e4dbd60b
|
|
4
|
+
data.tar.gz: 563a4d2f8deb76cb2a216921ea49f06e3fb4ed8bcd2b679c6b3208fd3ffe18ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4607d4782b414c9461ac6bbe89f2e706d115e3160f7aea9f3748e3f4f3be5ed04d5f413757c9c136f239f2703f20a2cb64d42e4e96f5906d0446bb1f2a9ce23
|
|
7
|
+
data.tar.gz: 769da31e43d10924dced6a9edd22260e9a67f4fdb4611e08d1bbcf965cd8948edf7dce7160374a0680101eebb4e530e386a72f15dfc12f3d487d18b26ceba88e
|
data/CHANGELOG.md
CHANGED
|
@@ -752,7 +752,7 @@ module Google
|
|
|
752
752
|
# represents a Google-managed entity such as a Google user or a Google Group. If
|
|
753
753
|
# specified, the `EntityKey` represents an external-identity-mapped group. The
|
|
754
754
|
# namespace must correspond to an identity source created in Admin Console and
|
|
755
|
-
# must be in the form of `identitysources/`identity_source_id
|
|
755
|
+
# must be in the form of `identitysources/`identity_source_id``.
|
|
756
756
|
# Corresponds to the JSON property `namespace`
|
|
757
757
|
# @return [String]
|
|
758
758
|
attr_accessor :namespace
|
|
@@ -2290,12 +2290,23 @@ module Google
|
|
|
2290
2290
|
class WipeDeviceRequest
|
|
2291
2291
|
include Google::Apis::Core::Hashable
|
|
2292
2292
|
|
|
2293
|
+
# Optional. Specifies if a user is able to factory reset a device after a Device
|
|
2294
|
+
# Wipe. On iOS, this is called "Activation Lock", while on Android, this is
|
|
2295
|
+
# known as "Factory Reset Protection". If true, this protection will be removed
|
|
2296
|
+
# from the device, so that a user can successfully factory reset. If false, the
|
|
2297
|
+
# setting is untouched on the device.
|
|
2298
|
+
# Corresponds to the JSON property `removeResetLock`
|
|
2299
|
+
# @return [Boolean]
|
|
2300
|
+
attr_accessor :remove_reset_lock
|
|
2301
|
+
alias_method :remove_reset_lock?, :remove_reset_lock
|
|
2302
|
+
|
|
2293
2303
|
def initialize(**args)
|
|
2294
2304
|
update!(**args)
|
|
2295
2305
|
end
|
|
2296
2306
|
|
|
2297
2307
|
# Update properties of this object
|
|
2298
2308
|
def update!(**args)
|
|
2309
|
+
@remove_reset_lock = args[:remove_reset_lock] if args.key?(:remove_reset_lock)
|
|
2299
2310
|
end
|
|
2300
2311
|
end
|
|
2301
2312
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudidentityV1beta1
|
|
18
18
|
# Version of the google-apis-cloudidentity_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.8.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210614"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1058,7 +1058,7 @@ module Google
|
|
|
1058
1058
|
# represents a Google-managed entity such as a Google user or a Google Group. If
|
|
1059
1059
|
# specified, the `EntityKey` represents an external-identity-mapped group. The
|
|
1060
1060
|
# namespace must correspond to an identity source created in Admin Console and
|
|
1061
|
-
# must be in the form of `identitysources/`identity_source_id
|
|
1061
|
+
# must be in the form of `identitysources/`identity_source_id``.
|
|
1062
1062
|
# @param [String] fields
|
|
1063
1063
|
# Selector specifying which fields to include in a partial response.
|
|
1064
1064
|
# @param [String] quota_user
|
|
@@ -1094,7 +1094,7 @@ module Google
|
|
|
1094
1094
|
# @param [Google::Apis::CloudidentityV1beta1::Group] group_object
|
|
1095
1095
|
# @param [String] update_mask
|
|
1096
1096
|
# Required. The fully-qualified names of fields to update. May only contain the
|
|
1097
|
-
# following fields: `display_name`, `description`.
|
|
1097
|
+
# following fields: `display_name`, `description`, `labels`.
|
|
1098
1098
|
# @param [String] fields
|
|
1099
1099
|
# Selector specifying which fields to include in a partial response.
|
|
1100
1100
|
# @param [String] quota_user
|
|
@@ -1426,7 +1426,7 @@ module Google
|
|
|
1426
1426
|
# represents a Google-managed entity such as a Google user or a Google Group. If
|
|
1427
1427
|
# specified, the `EntityKey` represents an external-identity-mapped group. The
|
|
1428
1428
|
# namespace must correspond to an identity source created in Admin Console and
|
|
1429
|
-
# must be in the form of `identitysources/`identity_source_id
|
|
1429
|
+
# must be in the form of `identitysources/`identity_source_id``.
|
|
1430
1430
|
# @param [String] fields
|
|
1431
1431
|
# Selector specifying which fields to include in a partial response.
|
|
1432
1432
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudidentity_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.8.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: 2021-
|
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.8.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|