google-apis-cloudidentity_v1beta1 0.10.0 → 0.14.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 +16 -0
- data/lib/google/apis/cloudidentity_v1beta1/classes.rb +189 -18
- data/lib/google/apis/cloudidentity_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/cloudidentity_v1beta1/representations.rb +156 -0
- data/lib/google/apis/cloudidentity_v1beta1/service.rb +3 -2
- data/lib/google/apis/cloudidentity_v1beta1.rb +1 -1
- 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: 969b7b037ea3b949d3a09c0ea8677abc471ac05efa28442c3c824761aeb0dec1
|
4
|
+
data.tar.gz: ea9b37b0c1ef1e10bca627cb326f849854b45c7a090563f4d81a02f55e697600
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2494373b42c927114245f2c5d9fa58cedc167fbf9cff571a5d59f4e7a5f1cc5739798cbb21a30b5625d6845a2b2b121851f06f03c6540684634a7aa5a2acefb
|
7
|
+
data.tar.gz: 6f68a7a72838b81ddc04b324b44f00819bf24b3d4f1a99f748985a08c46ccf34adb11434b03f0ff8294017fd2fd8fb2a85bc8217d0ede313d267fb2f4f89324a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-cloudidentity_v1beta1
|
2
2
|
|
3
|
+
### v0.14.0 (2021-09-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210920
|
6
|
+
|
7
|
+
### v0.13.0 (2021-09-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210906
|
10
|
+
|
11
|
+
### v0.12.0 (2021-08-25)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210824
|
14
|
+
|
15
|
+
### v0.11.0 (2021-07-14)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210713
|
18
|
+
|
3
19
|
### v0.10.0 (2021-06-30)
|
4
20
|
|
5
21
|
* Regenerated from discovery document revision 20210629
|
@@ -684,7 +684,10 @@ module Google
|
|
684
684
|
# users with at least one `organizations.department` of engineering. `user.
|
685
685
|
# organizations.exists(org, org.department=='engineering')` All users with at
|
686
686
|
# least one location that has `area` of `foo` and `building_id` of `bar`. `user.
|
687
|
-
# locations.exists(loc, loc.area=='foo' && loc.building_id=='bar')`
|
687
|
+
# locations.exists(loc, loc.area=='foo' && loc.building_id=='bar')` All users
|
688
|
+
# with any variation of the name John Doe (case-insensitive queries add `
|
689
|
+
# equalsIgnoreCase()` to the value being queried). `user.name.value.
|
690
|
+
# equalsIgnoreCase('jOhn DoE')`
|
688
691
|
# Corresponds to the JSON property `query`
|
689
692
|
# @return [String]
|
690
693
|
attr_accessor :query
|
@@ -858,6 +861,19 @@ module Google
|
|
858
861
|
end
|
859
862
|
end
|
860
863
|
|
864
|
+
# Metadata for ApproveDeviceUser LRO.
|
865
|
+
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserMetadata
|
866
|
+
include Google::Apis::Core::Hashable
|
867
|
+
|
868
|
+
def initialize(**args)
|
869
|
+
update!(**args)
|
870
|
+
end
|
871
|
+
|
872
|
+
# Update properties of this object
|
873
|
+
def update!(**args)
|
874
|
+
end
|
875
|
+
end
|
876
|
+
|
861
877
|
# Response message for approving the device to access user data.
|
862
878
|
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserResponse
|
863
879
|
include Google::Apis::Core::Hashable
|
@@ -878,6 +894,19 @@ module Google
|
|
878
894
|
end
|
879
895
|
end
|
880
896
|
|
897
|
+
# Metadata for BlockDeviceUser LRO.
|
898
|
+
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserMetadata
|
899
|
+
include Google::Apis::Core::Hashable
|
900
|
+
|
901
|
+
def initialize(**args)
|
902
|
+
update!(**args)
|
903
|
+
end
|
904
|
+
|
905
|
+
# Update properties of this object
|
906
|
+
def update!(**args)
|
907
|
+
end
|
908
|
+
end
|
909
|
+
|
881
910
|
# Response message for blocking the device from accessing user data.
|
882
911
|
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse
|
883
912
|
include Google::Apis::Core::Hashable
|
@@ -898,6 +927,19 @@ module Google
|
|
898
927
|
end
|
899
928
|
end
|
900
929
|
|
930
|
+
# Metadata for CancelWipeDevice LRO.
|
931
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
|
932
|
+
include Google::Apis::Core::Hashable
|
933
|
+
|
934
|
+
def initialize(**args)
|
935
|
+
update!(**args)
|
936
|
+
end
|
937
|
+
|
938
|
+
# Update properties of this object
|
939
|
+
def update!(**args)
|
940
|
+
end
|
941
|
+
end
|
942
|
+
|
901
943
|
# Response message for cancelling an unfinished device wipe.
|
902
944
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse
|
903
945
|
include Google::Apis::Core::Hashable
|
@@ -919,6 +961,19 @@ module Google
|
|
919
961
|
end
|
920
962
|
end
|
921
963
|
|
964
|
+
# Metadata for CancelWipeDeviceUser LRO.
|
965
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserMetadata
|
966
|
+
include Google::Apis::Core::Hashable
|
967
|
+
|
968
|
+
def initialize(**args)
|
969
|
+
update!(**args)
|
970
|
+
end
|
971
|
+
|
972
|
+
# Update properties of this object
|
973
|
+
def update!(**args)
|
974
|
+
end
|
975
|
+
end
|
976
|
+
|
922
977
|
# Response message for cancelling an unfinished user account wipe.
|
923
978
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse
|
924
979
|
include Google::Apis::Core::Hashable
|
@@ -997,19 +1052,18 @@ module Google
|
|
997
1052
|
attr_accessor :managed
|
998
1053
|
|
999
1054
|
# Output only. [Resource name](https://cloud.google.com/apis/design/
|
1000
|
-
# resource_names) of the ClientState in format: `devices/`
|
1001
|
-
#
|
1002
|
-
#
|
1003
|
-
#
|
1004
|
-
#
|
1005
|
-
#
|
1006
|
-
#
|
1007
|
-
#
|
1008
|
-
#
|
1009
|
-
#
|
1010
|
-
#
|
1011
|
-
#
|
1012
|
-
# not including 'C')
|
1055
|
+
# resource_names) of the ClientState in format: `devices/`device`/deviceUsers/`
|
1056
|
+
# device_user`/clientState/`partner``, where partner corresponds to the partner
|
1057
|
+
# storing the data. For partners belonging to the "BeyondCorp Alliance", this is
|
1058
|
+
# the partner ID specified to you by Google. For all other callers, this is a
|
1059
|
+
# string of the form: ``customer`-suffix`, where `customer` is your customer ID.
|
1060
|
+
# The *suffix* is any string the caller specifies. This string will be displayed
|
1061
|
+
# verbatim in the administration console. This suffix is used in setting up
|
1062
|
+
# Custom Access Levels in Context-Aware Access. Your organization's customer ID
|
1063
|
+
# can be obtained from the URL: `GET https://www.googleapis.com/admin/directory/
|
1064
|
+
# v1/customers/my_customer` The `id` field in the response contains the customer
|
1065
|
+
# ID starting with the letter 'C'. The customer ID to be used in this API is the
|
1066
|
+
# string after the letter 'C' (not including 'C')
|
1013
1067
|
# Corresponds to the JSON property `name`
|
1014
1068
|
# @return [String]
|
1015
1069
|
attr_accessor :name
|
@@ -1045,6 +1099,19 @@ module Google
|
|
1045
1099
|
end
|
1046
1100
|
end
|
1047
1101
|
|
1102
|
+
# Metadata for CreateDevice LRO.
|
1103
|
+
class GoogleAppsCloudidentityDevicesV1CreateDeviceMetadata
|
1104
|
+
include Google::Apis::Core::Hashable
|
1105
|
+
|
1106
|
+
def initialize(**args)
|
1107
|
+
update!(**args)
|
1108
|
+
end
|
1109
|
+
|
1110
|
+
# Update properties of this object
|
1111
|
+
def update!(**args)
|
1112
|
+
end
|
1113
|
+
end
|
1114
|
+
|
1048
1115
|
# Additional custom attribute values may be one of these types
|
1049
1116
|
class GoogleAppsCloudidentityDevicesV1CustomAttributeValue
|
1050
1117
|
include Google::Apis::Core::Hashable
|
@@ -1077,6 +1144,32 @@ module Google
|
|
1077
1144
|
end
|
1078
1145
|
end
|
1079
1146
|
|
1147
|
+
# Metadata for DeleteDevice LRO.
|
1148
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceMetadata
|
1149
|
+
include Google::Apis::Core::Hashable
|
1150
|
+
|
1151
|
+
def initialize(**args)
|
1152
|
+
update!(**args)
|
1153
|
+
end
|
1154
|
+
|
1155
|
+
# Update properties of this object
|
1156
|
+
def update!(**args)
|
1157
|
+
end
|
1158
|
+
end
|
1159
|
+
|
1160
|
+
# Metadata for DeleteDeviceUser LRO.
|
1161
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceUserMetadata
|
1162
|
+
include Google::Apis::Core::Hashable
|
1163
|
+
|
1164
|
+
def initialize(**args)
|
1165
|
+
update!(**args)
|
1166
|
+
end
|
1167
|
+
|
1168
|
+
# Update properties of this object
|
1169
|
+
def update!(**args)
|
1170
|
+
end
|
1171
|
+
end
|
1172
|
+
|
1080
1173
|
# A Device within the Cloud Identity Devices API. Represents a Device known to
|
1081
1174
|
# Google Cloud, independent of the device ownership, type, and whether it is
|
1082
1175
|
# assigned or in use by a user.
|
@@ -1182,8 +1275,8 @@ module Google
|
|
1182
1275
|
attr_accessor :model
|
1183
1276
|
|
1184
1277
|
# Output only. [Resource name](https://cloud.google.com/apis/design/
|
1185
|
-
# resource_names) of the Device in format: `devices/`
|
1186
|
-
#
|
1278
|
+
# resource_names) of the Device in format: `devices/`device``, where device is
|
1279
|
+
# the unique id assigned to the Device.
|
1187
1280
|
# Corresponds to the JSON property `name`
|
1188
1281
|
# @return [String]
|
1189
1282
|
attr_accessor :name
|
@@ -1305,8 +1398,8 @@ module Google
|
|
1305
1398
|
attr_accessor :management_state
|
1306
1399
|
|
1307
1400
|
# Output only. [Resource name](https://cloud.google.com/apis/design/
|
1308
|
-
# resource_names) of the DeviceUser in format: `devices/`
|
1309
|
-
#
|
1401
|
+
# resource_names) of the DeviceUser in format: `devices/`device`/deviceUsers/`
|
1402
|
+
# device_user``, where `device_user` uniquely identifies a user's use of a
|
1310
1403
|
# device.
|
1311
1404
|
# Corresponds to the JSON property `name`
|
1312
1405
|
# @return [String]
|
@@ -1346,6 +1439,71 @@ module Google
|
|
1346
1439
|
end
|
1347
1440
|
end
|
1348
1441
|
|
1442
|
+
# Metadata for ListEndpointApps LRO.
|
1443
|
+
class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
|
1444
|
+
include Google::Apis::Core::Hashable
|
1445
|
+
|
1446
|
+
def initialize(**args)
|
1447
|
+
update!(**args)
|
1448
|
+
end
|
1449
|
+
|
1450
|
+
# Update properties of this object
|
1451
|
+
def update!(**args)
|
1452
|
+
end
|
1453
|
+
end
|
1454
|
+
|
1455
|
+
# Metadata for SignoutDeviceUser LRO.
|
1456
|
+
class GoogleAppsCloudidentityDevicesV1SignoutDeviceUserMetadata
|
1457
|
+
include Google::Apis::Core::Hashable
|
1458
|
+
|
1459
|
+
def initialize(**args)
|
1460
|
+
update!(**args)
|
1461
|
+
end
|
1462
|
+
|
1463
|
+
# Update properties of this object
|
1464
|
+
def update!(**args)
|
1465
|
+
end
|
1466
|
+
end
|
1467
|
+
|
1468
|
+
# Metadata for UpdateClientState LRO.
|
1469
|
+
class GoogleAppsCloudidentityDevicesV1UpdateClientStateMetadata
|
1470
|
+
include Google::Apis::Core::Hashable
|
1471
|
+
|
1472
|
+
def initialize(**args)
|
1473
|
+
update!(**args)
|
1474
|
+
end
|
1475
|
+
|
1476
|
+
# Update properties of this object
|
1477
|
+
def update!(**args)
|
1478
|
+
end
|
1479
|
+
end
|
1480
|
+
|
1481
|
+
# Metadata for UpdateDevice LRO.
|
1482
|
+
class GoogleAppsCloudidentityDevicesV1UpdateDeviceMetadata
|
1483
|
+
include Google::Apis::Core::Hashable
|
1484
|
+
|
1485
|
+
def initialize(**args)
|
1486
|
+
update!(**args)
|
1487
|
+
end
|
1488
|
+
|
1489
|
+
# Update properties of this object
|
1490
|
+
def update!(**args)
|
1491
|
+
end
|
1492
|
+
end
|
1493
|
+
|
1494
|
+
# Metadata for WipeDevice LRO.
|
1495
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceMetadata
|
1496
|
+
include Google::Apis::Core::Hashable
|
1497
|
+
|
1498
|
+
def initialize(**args)
|
1499
|
+
update!(**args)
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
# Update properties of this object
|
1503
|
+
def update!(**args)
|
1504
|
+
end
|
1505
|
+
end
|
1506
|
+
|
1349
1507
|
# Response message for wiping all data on the device.
|
1350
1508
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceResponse
|
1351
1509
|
include Google::Apis::Core::Hashable
|
@@ -1367,6 +1525,19 @@ module Google
|
|
1367
1525
|
end
|
1368
1526
|
end
|
1369
1527
|
|
1528
|
+
# Metadata for WipeDeviceUser LRO.
|
1529
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserMetadata
|
1530
|
+
include Google::Apis::Core::Hashable
|
1531
|
+
|
1532
|
+
def initialize(**args)
|
1533
|
+
update!(**args)
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
# Update properties of this object
|
1537
|
+
def update!(**args)
|
1538
|
+
end
|
1539
|
+
end
|
1540
|
+
|
1370
1541
|
# Response message for wiping the user's account from the device.
|
1371
1542
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse
|
1372
1543
|
include Google::Apis::Core::Hashable
|
@@ -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.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210920"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -160,24 +160,48 @@ module Google
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
161
161
|
end
|
162
162
|
|
163
|
+
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserMetadata
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
163
169
|
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserResponse
|
164
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
171
|
|
166
172
|
include Google::Apis::Core::JsonObjectSupport
|
167
173
|
end
|
168
174
|
|
175
|
+
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserMetadata
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
169
181
|
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse
|
170
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
183
|
|
172
184
|
include Google::Apis::Core::JsonObjectSupport
|
173
185
|
end
|
174
186
|
|
187
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
175
193
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse
|
176
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
195
|
|
178
196
|
include Google::Apis::Core::JsonObjectSupport
|
179
197
|
end
|
180
198
|
|
199
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserMetadata
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
181
205
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse
|
182
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
207
|
|
@@ -190,12 +214,30 @@ module Google
|
|
190
214
|
include Google::Apis::Core::JsonObjectSupport
|
191
215
|
end
|
192
216
|
|
217
|
+
class GoogleAppsCloudidentityDevicesV1CreateDeviceMetadata
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
193
223
|
class GoogleAppsCloudidentityDevicesV1CustomAttributeValue
|
194
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
225
|
|
196
226
|
include Google::Apis::Core::JsonObjectSupport
|
197
227
|
end
|
198
228
|
|
229
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceMetadata
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceUserMetadata
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
199
241
|
class GoogleAppsCloudidentityDevicesV1Device
|
200
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
243
|
|
@@ -208,12 +250,48 @@ module Google
|
|
208
250
|
include Google::Apis::Core::JsonObjectSupport
|
209
251
|
end
|
210
252
|
|
253
|
+
class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleAppsCloudidentityDevicesV1SignoutDeviceUserMetadata
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleAppsCloudidentityDevicesV1UpdateClientStateMetadata
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleAppsCloudidentityDevicesV1UpdateDeviceMetadata
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceMetadata
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
211
283
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceResponse
|
212
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
285
|
|
214
286
|
include Google::Apis::Core::JsonObjectSupport
|
215
287
|
end
|
216
288
|
|
289
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserMetadata
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
217
295
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse
|
218
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
297
|
|
@@ -639,6 +717,12 @@ module Google
|
|
639
717
|
end
|
640
718
|
end
|
641
719
|
|
720
|
+
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserMetadata
|
721
|
+
# @private
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
723
|
+
end
|
724
|
+
end
|
725
|
+
|
642
726
|
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserResponse
|
643
727
|
# @private
|
644
728
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -647,6 +731,12 @@ module Google
|
|
647
731
|
end
|
648
732
|
end
|
649
733
|
|
734
|
+
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserMetadata
|
735
|
+
# @private
|
736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
737
|
+
end
|
738
|
+
end
|
739
|
+
|
650
740
|
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse
|
651
741
|
# @private
|
652
742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -655,6 +745,12 @@ module Google
|
|
655
745
|
end
|
656
746
|
end
|
657
747
|
|
748
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
|
749
|
+
# @private
|
750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
751
|
+
end
|
752
|
+
end
|
753
|
+
|
658
754
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse
|
659
755
|
# @private
|
660
756
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -663,6 +759,12 @@ module Google
|
|
663
759
|
end
|
664
760
|
end
|
665
761
|
|
762
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserMetadata
|
763
|
+
# @private
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
765
|
+
end
|
766
|
+
end
|
767
|
+
|
666
768
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse
|
667
769
|
# @private
|
668
770
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -690,6 +792,12 @@ module Google
|
|
690
792
|
end
|
691
793
|
end
|
692
794
|
|
795
|
+
class GoogleAppsCloudidentityDevicesV1CreateDeviceMetadata
|
796
|
+
# @private
|
797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
798
|
+
end
|
799
|
+
end
|
800
|
+
|
693
801
|
class GoogleAppsCloudidentityDevicesV1CustomAttributeValue
|
694
802
|
# @private
|
695
803
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -699,6 +807,18 @@ module Google
|
|
699
807
|
end
|
700
808
|
end
|
701
809
|
|
810
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceMetadata
|
811
|
+
# @private
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
813
|
+
end
|
814
|
+
end
|
815
|
+
|
816
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceUserMetadata
|
817
|
+
# @private
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
819
|
+
end
|
820
|
+
end
|
821
|
+
|
702
822
|
class GoogleAppsCloudidentityDevicesV1Device
|
703
823
|
# @private
|
704
824
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -750,6 +870,36 @@ module Google
|
|
750
870
|
end
|
751
871
|
end
|
752
872
|
|
873
|
+
class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
|
874
|
+
# @private
|
875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
876
|
+
end
|
877
|
+
end
|
878
|
+
|
879
|
+
class GoogleAppsCloudidentityDevicesV1SignoutDeviceUserMetadata
|
880
|
+
# @private
|
881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
882
|
+
end
|
883
|
+
end
|
884
|
+
|
885
|
+
class GoogleAppsCloudidentityDevicesV1UpdateClientStateMetadata
|
886
|
+
# @private
|
887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
888
|
+
end
|
889
|
+
end
|
890
|
+
|
891
|
+
class GoogleAppsCloudidentityDevicesV1UpdateDeviceMetadata
|
892
|
+
# @private
|
893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
894
|
+
end
|
895
|
+
end
|
896
|
+
|
897
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceMetadata
|
898
|
+
# @private
|
899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
900
|
+
end
|
901
|
+
end
|
902
|
+
|
753
903
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceResponse
|
754
904
|
# @private
|
755
905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -758,6 +908,12 @@ module Google
|
|
758
908
|
end
|
759
909
|
end
|
760
910
|
|
911
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserMetadata
|
912
|
+
# @private
|
913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
914
|
+
end
|
915
|
+
end
|
916
|
+
|
761
917
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse
|
762
918
|
# @private
|
763
919
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1093,8 +1093,9 @@ module Google
|
|
1093
1093
|
# resource_names) of the `Group`. Shall be of the form `groups/`group_id``.
|
1094
1094
|
# @param [Google::Apis::CloudidentityV1beta1::Group] group_object
|
1095
1095
|
# @param [String] update_mask
|
1096
|
-
# Required. The names of fields to update. May only contain the following
|
1097
|
-
# `display_name`, `description`, `labels
|
1096
|
+
# Required. The names of fields to update. May only contain the following field
|
1097
|
+
# names: `display_name`, `description`, `labels`, `dynamic_group_metadata`, `
|
1098
|
+
# posix_groups`.
|
1098
1099
|
# @param [String] fields
|
1099
1100
|
# Selector specifying which fields to include in a partial response.
|
1100
1101
|
# @param [String] quota_user
|
@@ -38,7 +38,7 @@ module Google
|
|
38
38
|
# See any Cloud Identity Groups that you can access, including group members and their emails
|
39
39
|
AUTH_CLOUD_IDENTITY_GROUPS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.groups.readonly'
|
40
40
|
|
41
|
-
# See, edit, configure, and delete your Google Cloud
|
41
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
42
42
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
43
43
|
end
|
44
44
|
end
|
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.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: 2021-
|
11
|
+
date: 2021-09-22 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/master/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|