google-apis-cloudidentity_v1 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/OVERVIEW.md +2 -2
- data/lib/google/apis/cloudidentity_v1/classes.rb +305 -42
- data/lib/google/apis/cloudidentity_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudidentity_v1/representations.rb +240 -0
- data/lib/google/apis/cloudidentity_v1/service.rb +103 -106
- data/lib/google/apis/cloudidentity_v1.rb +1 -1
- metadata +5 -5
@@ -28,6 +28,30 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class CreateGroupMetadata
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class CreateMembershipMetadata
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class DeleteGroupMetadata
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class DeleteMembershipMetadata
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
31
55
|
class DynamicGroupMetadata
|
32
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
57
|
|
@@ -58,6 +82,12 @@ module Google
|
|
58
82
|
include Google::Apis::Core::JsonObjectSupport
|
59
83
|
end
|
60
84
|
|
85
|
+
class GetMembershipGraphMetadata
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
61
91
|
class GetMembershipGraphResponse
|
62
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
93
|
|
@@ -70,6 +100,12 @@ module Google
|
|
70
100
|
include Google::Apis::Core::JsonObjectSupport
|
71
101
|
end
|
72
102
|
|
103
|
+
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserMetadata
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
73
109
|
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest
|
74
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
111
|
|
@@ -82,6 +118,12 @@ module Google
|
|
82
118
|
include Google::Apis::Core::JsonObjectSupport
|
83
119
|
end
|
84
120
|
|
121
|
+
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserMetadata
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
85
127
|
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest
|
86
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
129
|
|
@@ -94,6 +136,12 @@ module Google
|
|
94
136
|
include Google::Apis::Core::JsonObjectSupport
|
95
137
|
end
|
96
138
|
|
139
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
97
145
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest
|
98
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
147
|
|
@@ -106,6 +154,12 @@ module Google
|
|
106
154
|
include Google::Apis::Core::JsonObjectSupport
|
107
155
|
end
|
108
156
|
|
157
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserMetadata
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
109
163
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest
|
110
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
165
|
|
@@ -124,12 +178,30 @@ module Google
|
|
124
178
|
include Google::Apis::Core::JsonObjectSupport
|
125
179
|
end
|
126
180
|
|
181
|
+
class GoogleAppsCloudidentityDevicesV1CreateDeviceMetadata
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
127
187
|
class GoogleAppsCloudidentityDevicesV1CustomAttributeValue
|
128
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
189
|
|
130
190
|
include Google::Apis::Core::JsonObjectSupport
|
131
191
|
end
|
132
192
|
|
193
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceMetadata
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceUserMetadata
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
133
205
|
class GoogleAppsCloudidentityDevicesV1Device
|
134
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
207
|
|
@@ -160,12 +232,42 @@ module Google
|
|
160
232
|
include Google::Apis::Core::JsonObjectSupport
|
161
233
|
end
|
162
234
|
|
235
|
+
class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
163
241
|
class GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
|
164
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
243
|
|
166
244
|
include Google::Apis::Core::JsonObjectSupport
|
167
245
|
end
|
168
246
|
|
247
|
+
class GoogleAppsCloudidentityDevicesV1SignoutDeviceUserMetadata
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleAppsCloudidentityDevicesV1UpdateClientStateMetadata
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleAppsCloudidentityDevicesV1UpdateDeviceMetadata
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceMetadata
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
169
271
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
|
170
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
273
|
|
@@ -178,6 +280,12 @@ module Google
|
|
178
280
|
include Google::Apis::Core::JsonObjectSupport
|
179
281
|
end
|
180
282
|
|
283
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserMetadata
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
181
289
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest
|
182
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
291
|
|
@@ -298,6 +406,18 @@ module Google
|
|
298
406
|
include Google::Apis::Core::JsonObjectSupport
|
299
407
|
end
|
300
408
|
|
409
|
+
class UpdateGroupMetadata
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class UpdateMembershipMetadata
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
301
421
|
class UpdateMembershipRolesParams
|
302
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
423
|
|
@@ -317,6 +437,30 @@ module Google
|
|
317
437
|
end
|
318
438
|
end
|
319
439
|
|
440
|
+
class CreateGroupMetadata
|
441
|
+
# @private
|
442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
443
|
+
end
|
444
|
+
end
|
445
|
+
|
446
|
+
class CreateMembershipMetadata
|
447
|
+
# @private
|
448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
449
|
+
end
|
450
|
+
end
|
451
|
+
|
452
|
+
class DeleteGroupMetadata
|
453
|
+
# @private
|
454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
455
|
+
end
|
456
|
+
end
|
457
|
+
|
458
|
+
class DeleteMembershipMetadata
|
459
|
+
# @private
|
460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
461
|
+
end
|
462
|
+
end
|
463
|
+
|
320
464
|
class DynamicGroupMetadata
|
321
465
|
# @private
|
322
466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -358,6 +502,12 @@ module Google
|
|
358
502
|
end
|
359
503
|
end
|
360
504
|
|
505
|
+
class GetMembershipGraphMetadata
|
506
|
+
# @private
|
507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
508
|
+
end
|
509
|
+
end
|
510
|
+
|
361
511
|
class GetMembershipGraphResponse
|
362
512
|
# @private
|
363
513
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -378,6 +528,12 @@ module Google
|
|
378
528
|
end
|
379
529
|
end
|
380
530
|
|
531
|
+
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserMetadata
|
532
|
+
# @private
|
533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
534
|
+
end
|
535
|
+
end
|
536
|
+
|
381
537
|
class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest
|
382
538
|
# @private
|
383
539
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -393,6 +549,12 @@ module Google
|
|
393
549
|
end
|
394
550
|
end
|
395
551
|
|
552
|
+
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserMetadata
|
553
|
+
# @private
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
555
|
+
end
|
556
|
+
end
|
557
|
+
|
396
558
|
class GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest
|
397
559
|
# @private
|
398
560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -408,6 +570,12 @@ module Google
|
|
408
570
|
end
|
409
571
|
end
|
410
572
|
|
573
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
|
574
|
+
# @private
|
575
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
576
|
+
end
|
577
|
+
end
|
578
|
+
|
411
579
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest
|
412
580
|
# @private
|
413
581
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -423,6 +591,12 @@ module Google
|
|
423
591
|
end
|
424
592
|
end
|
425
593
|
|
594
|
+
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserMetadata
|
595
|
+
# @private
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
597
|
+
end
|
598
|
+
end
|
599
|
+
|
426
600
|
class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest
|
427
601
|
# @private
|
428
602
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -457,6 +631,12 @@ module Google
|
|
457
631
|
end
|
458
632
|
end
|
459
633
|
|
634
|
+
class GoogleAppsCloudidentityDevicesV1CreateDeviceMetadata
|
635
|
+
# @private
|
636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
637
|
+
end
|
638
|
+
end
|
639
|
+
|
460
640
|
class GoogleAppsCloudidentityDevicesV1CustomAttributeValue
|
461
641
|
# @private
|
462
642
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -466,6 +646,18 @@ module Google
|
|
466
646
|
end
|
467
647
|
end
|
468
648
|
|
649
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceMetadata
|
650
|
+
# @private
|
651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
652
|
+
end
|
653
|
+
end
|
654
|
+
|
655
|
+
class GoogleAppsCloudidentityDevicesV1DeleteDeviceUserMetadata
|
656
|
+
# @private
|
657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
658
|
+
end
|
659
|
+
end
|
660
|
+
|
469
661
|
class GoogleAppsCloudidentityDevicesV1Device
|
470
662
|
# @private
|
471
663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -544,6 +736,12 @@ module Google
|
|
544
736
|
end
|
545
737
|
end
|
546
738
|
|
739
|
+
class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
|
740
|
+
# @private
|
741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
742
|
+
end
|
743
|
+
end
|
744
|
+
|
547
745
|
class GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
|
548
746
|
# @private
|
549
747
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -553,6 +751,30 @@ module Google
|
|
553
751
|
end
|
554
752
|
end
|
555
753
|
|
754
|
+
class GoogleAppsCloudidentityDevicesV1SignoutDeviceUserMetadata
|
755
|
+
# @private
|
756
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
757
|
+
end
|
758
|
+
end
|
759
|
+
|
760
|
+
class GoogleAppsCloudidentityDevicesV1UpdateClientStateMetadata
|
761
|
+
# @private
|
762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
763
|
+
end
|
764
|
+
end
|
765
|
+
|
766
|
+
class GoogleAppsCloudidentityDevicesV1UpdateDeviceMetadata
|
767
|
+
# @private
|
768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
769
|
+
end
|
770
|
+
end
|
771
|
+
|
772
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceMetadata
|
773
|
+
# @private
|
774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
775
|
+
end
|
776
|
+
end
|
777
|
+
|
556
778
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
|
557
779
|
# @private
|
558
780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -568,6 +790,12 @@ module Google
|
|
568
790
|
end
|
569
791
|
end
|
570
792
|
|
793
|
+
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserMetadata
|
794
|
+
# @private
|
795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
796
|
+
end
|
797
|
+
end
|
798
|
+
|
571
799
|
class GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest
|
572
800
|
# @private
|
573
801
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -764,6 +992,18 @@ module Google
|
|
764
992
|
end
|
765
993
|
end
|
766
994
|
|
995
|
+
class UpdateGroupMetadata
|
996
|
+
# @private
|
997
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
998
|
+
end
|
999
|
+
end
|
1000
|
+
|
1001
|
+
class UpdateMembershipMetadata
|
1002
|
+
# @private
|
1003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1004
|
+
end
|
1005
|
+
end
|
1006
|
+
|
767
1007
|
class UpdateMembershipRolesParams
|
768
1008
|
# @private
|
769
1009
|
class Representation < Google::Apis::Core::JsonRepresentation
|