google-apis-cloudidentity_v1 0.10.0 → 0.11.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 +4 -0
- data/lib/google/apis/cloudidentity_v1/classes.rb +301 -41
- 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 +101 -104
- data/lib/google/apis/cloudidentity_v1.rb +1 -1
- metadata +3 -3
@@ -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.11.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 = "20210824"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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
|
@@ -57,8 +57,8 @@ module Google
|
|
57
57
|
# if the wipe command has already been issued to the device.
|
58
58
|
# @param [String] name
|
59
59
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
60
|
-
# of the Device in format: `devices/`
|
61
|
-
#
|
60
|
+
# of the Device in format: `devices/`device``, where device is the unique ID
|
61
|
+
# assigned to the Device.
|
62
62
|
# @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest] google_apps_cloudidentity_devices_v1_cancel_wipe_device_request_object
|
63
63
|
# @param [String] fields
|
64
64
|
# Selector specifying which fields to include in a partial response.
|
@@ -98,8 +98,8 @@ module Google
|
|
98
98
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
99
99
|
# of the customer. If you're using this API for your own organization, use `
|
100
100
|
# customers/my_customer` If you're using this API to manage another organization,
|
101
|
-
# use `customers/`
|
102
|
-
#
|
101
|
+
# use `customers/`customer``, where customer is the customer to whom the device
|
102
|
+
# belongs.
|
103
103
|
# @param [String] fields
|
104
104
|
# Selector specifying which fields to include in a partial response.
|
105
105
|
# @param [String] quota_user
|
@@ -132,14 +132,14 @@ module Google
|
|
132
132
|
# Deletes the specified device.
|
133
133
|
# @param [String] name
|
134
134
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
135
|
-
# of the Device in format: `devices/`
|
136
|
-
#
|
135
|
+
# of the Device in format: `devices/`device``, where device is the unique ID
|
136
|
+
# assigned to the Device.
|
137
137
|
# @param [String] customer
|
138
138
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
139
139
|
# of the customer. If you're using this API for your own organization, use `
|
140
140
|
# customers/my_customer` If you're using this API to manage another organization,
|
141
|
-
# use `customers/`
|
142
|
-
#
|
141
|
+
# use `customers/`customer``, where customer is the customer to whom the device
|
142
|
+
# belongs.
|
143
143
|
# @param [String] fields
|
144
144
|
# Selector specifying which fields to include in a partial response.
|
145
145
|
# @param [String] quota_user
|
@@ -171,14 +171,14 @@ module Google
|
|
171
171
|
# Retrieves the specified device.
|
172
172
|
# @param [String] name
|
173
173
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
174
|
-
# of the Device in the format: `devices/`
|
175
|
-
#
|
174
|
+
# of the Device in the format: `devices/`device``, where device is the unique ID
|
175
|
+
# assigned to the Device.
|
176
176
|
# @param [String] customer
|
177
177
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
178
|
-
# of the Customer in the format: `customers/`
|
179
|
-
#
|
178
|
+
# of the Customer in the format: `customers/`customer``, where customer is the
|
179
|
+
# customer to whom the device belongs. If you're using this API for your own
|
180
180
|
# organization, use `customers/my_customer`. If you're using this API to manage
|
181
|
-
# another organization, use `customers/`
|
181
|
+
# another organization, use `customers/`customer``, where customer is the
|
182
182
|
# customer to whom the device belongs.
|
183
183
|
# @param [String] fields
|
184
184
|
# Selector specifying which fields to include in a partial response.
|
@@ -211,10 +211,10 @@ module Google
|
|
211
211
|
# Lists/Searches devices.
|
212
212
|
# @param [String] customer
|
213
213
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
214
|
-
# of the customer in the format: `customers/`
|
215
|
-
#
|
214
|
+
# of the customer in the format: `customers/`customer``, where customer is the
|
215
|
+
# customer to whom the device belongs. If you're using this API for your own
|
216
216
|
# organization, use `customers/my_customer`. If you're using this API to manage
|
217
|
-
# another organization, use `customers/`
|
217
|
+
# another organization, use `customers/`customer``, where customer is the
|
218
218
|
# customer to whom the device belongs.
|
219
219
|
# @param [String] filter
|
220
220
|
# Optional. Additional restrictions when fetching list of devices. For a list of
|
@@ -272,9 +272,9 @@ module Google
|
|
272
272
|
# Wipes all data on the specified device.
|
273
273
|
# @param [String] name
|
274
274
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
275
|
-
# of the Device in format: `devices/`
|
276
|
-
#
|
277
|
-
#
|
275
|
+
# of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
|
276
|
+
# device is the unique ID assigned to the Device, and device_user is the unique
|
277
|
+
# ID assigned to the User.
|
278
278
|
# @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceRequest] google_apps_cloudidentity_devices_v1_wipe_device_request_object
|
279
279
|
# @param [String] fields
|
280
280
|
# Selector specifying which fields to include in a partial response.
|
@@ -308,9 +308,9 @@ module Google
|
|
308
308
|
# Approves device to access user data.
|
309
309
|
# @param [String] name
|
310
310
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
311
|
-
# of the Device in format: `devices/`
|
312
|
-
#
|
313
|
-
#
|
311
|
+
# of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
|
312
|
+
# device is the unique ID assigned to the Device, and device_user is the unique
|
313
|
+
# ID assigned to the User.
|
314
314
|
# @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest] google_apps_cloudidentity_devices_v1_approve_device_user_request_object
|
315
315
|
# @param [String] fields
|
316
316
|
# Selector specifying which fields to include in a partial response.
|
@@ -344,9 +344,9 @@ module Google
|
|
344
344
|
# Blocks device from accessing user data
|
345
345
|
# @param [String] name
|
346
346
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
347
|
-
# of the Device in format: `devices/`
|
348
|
-
#
|
349
|
-
#
|
347
|
+
# of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
|
348
|
+
# device is the unique ID assigned to the Device, and device_user is the unique
|
349
|
+
# ID assigned to the User.
|
350
350
|
# @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest] google_apps_cloudidentity_devices_v1_block_device_user_request_object
|
351
351
|
# @param [String] fields
|
352
352
|
# Selector specifying which fields to include in a partial response.
|
@@ -382,9 +382,9 @@ module Google
|
|
382
382
|
# device being wiped.
|
383
383
|
# @param [String] name
|
384
384
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
385
|
-
# of the Device in format: `devices/`
|
386
|
-
#
|
387
|
-
#
|
385
|
+
# of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
|
386
|
+
# device is the unique ID assigned to the Device, and device_user is the unique
|
387
|
+
# ID assigned to the User.
|
388
388
|
# @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest] google_apps_cloudidentity_devices_v1_cancel_wipe_device_user_request_object
|
389
389
|
# @param [String] fields
|
390
390
|
# Selector specifying which fields to include in a partial response.
|
@@ -419,15 +419,15 @@ module Google
|
|
419
419
|
# device data.
|
420
420
|
# @param [String] name
|
421
421
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
422
|
-
# of the Device in format: `devices/`
|
423
|
-
#
|
424
|
-
#
|
422
|
+
# of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
|
423
|
+
# device is the unique ID assigned to the Device, and device_user is the unique
|
424
|
+
# ID assigned to the User.
|
425
425
|
# @param [String] customer
|
426
426
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
427
427
|
# of the customer. If you're using this API for your own organization, use `
|
428
428
|
# customers/my_customer` If you're using this API to manage another organization,
|
429
|
-
# use `customers/`
|
430
|
-
#
|
429
|
+
# use `customers/`customer``, where customer is the customer to whom the device
|
430
|
+
# belongs.
|
431
431
|
# @param [String] fields
|
432
432
|
# Selector specifying which fields to include in a partial response.
|
433
433
|
# @param [String] quota_user
|
@@ -459,15 +459,15 @@ module Google
|
|
459
459
|
# Retrieves the specified DeviceUser
|
460
460
|
# @param [String] name
|
461
461
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
462
|
-
# of the Device in format: `devices/`
|
463
|
-
#
|
464
|
-
#
|
462
|
+
# of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
|
463
|
+
# device is the unique ID assigned to the Device, and device_user is the unique
|
464
|
+
# ID assigned to the User.
|
465
465
|
# @param [String] customer
|
466
466
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
467
467
|
# of the customer. If you're using this API for your own organization, use `
|
468
468
|
# customers/my_customer` If you're using this API to manage another organization,
|
469
|
-
# use `customers/`
|
470
|
-
#
|
469
|
+
# use `customers/`customer``, where customer is the customer to whom the device
|
470
|
+
# belongs.
|
471
471
|
# @param [String] fields
|
472
472
|
# Selector specifying which fields to include in a partial response.
|
473
473
|
# @param [String] quota_user
|
@@ -505,8 +505,8 @@ module Google
|
|
505
505
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
506
506
|
# of the customer. If you're using this API for your own organization, use `
|
507
507
|
# customers/my_customer` If you're using this API to manage another organization,
|
508
|
-
# use `customers/`
|
509
|
-
#
|
508
|
+
# use `customers/`customer``, where customer is the customer to whom the device
|
509
|
+
# belongs.
|
510
510
|
# @param [String] filter
|
511
511
|
# Optional. Additional restrictions when fetching list of devices. For a list of
|
512
512
|
# search fields, refer to [Mobile device search fields](https://developers.
|
@@ -632,9 +632,9 @@ module Google
|
|
632
632
|
# apps such as Photos.
|
633
633
|
# @param [String] name
|
634
634
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
635
|
-
# of the Device in format: `devices/`
|
636
|
-
#
|
637
|
-
#
|
635
|
+
# of the Device in format: `devices/`device`/deviceUsers/`device_user``, where
|
636
|
+
# device is the unique ID assigned to the Device, and device_user is the unique
|
637
|
+
# ID assigned to the User.
|
638
638
|
# @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest] google_apps_cloudidentity_devices_v1_wipe_device_user_request_object
|
639
639
|
# @param [String] fields
|
640
640
|
# Selector specifying which fields to include in a partial response.
|
@@ -668,24 +668,23 @@ module Google
|
|
668
668
|
# Gets the client state for the device user
|
669
669
|
# @param [String] name
|
670
670
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
671
|
-
# of the ClientState in format: `devices/`
|
672
|
-
#
|
673
|
-
#
|
674
|
-
#
|
675
|
-
#
|
676
|
-
#
|
677
|
-
#
|
671
|
+
# of the ClientState in format: `devices/`device`/deviceUsers/`device_user`/
|
672
|
+
# clientStates/`partner``, where `device` is the unique ID assigned to the
|
673
|
+
# Device, `device_user` is the unique ID assigned to the User and `partner`
|
674
|
+
# identifies the partner storing the data. To get the client state for devices
|
675
|
+
# belonging to your own organization, the `partnerId` is in the format: `
|
676
|
+
# customerId-*anystring*`. Where the `customerId` is your organization's
|
677
|
+
# customer ID and `anystring` is any suffix. This suffix is used in setting up
|
678
678
|
# Custom Access Levels in Context-Aware Access. You may use `my_customer`
|
679
679
|
# instead of the customer ID for devices managed by your own organization. You
|
680
|
-
# may specify `-` in place of the ``
|
681
|
-
#
|
682
|
-
# partner_id``.
|
680
|
+
# may specify `-` in place of the ``device``, so the ClientState resource name
|
681
|
+
# can be: `devices/-/deviceUsers/`device_user_resource`/clientStates/`partner``.
|
683
682
|
# @param [String] customer
|
684
683
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
685
684
|
# of the customer. If you're using this API for your own organization, use `
|
686
685
|
# customers/my_customer` If you're using this API to manage another organization,
|
687
|
-
# use `customers/`
|
688
|
-
#
|
686
|
+
# use `customers/`customer``, where customer is the customer to whom the device
|
687
|
+
# belongs.
|
689
688
|
# @param [String] fields
|
690
689
|
# Selector specifying which fields to include in a partial response.
|
691
690
|
# @param [String] quota_user
|
@@ -723,8 +722,8 @@ module Google
|
|
723
722
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
724
723
|
# of the customer. If you're using this API for your own organization, use `
|
725
724
|
# customers/my_customer` If you're using this API to manage another organization,
|
726
|
-
# use `customers/`
|
727
|
-
#
|
725
|
+
# use `customers/`customer``, where customer is the customer to whom the device
|
726
|
+
# belongs.
|
728
727
|
# @param [String] filter
|
729
728
|
# Optional. Additional restrictions when fetching list of client states.
|
730
729
|
# @param [String] order_by
|
@@ -771,26 +770,25 @@ module Google
|
|
771
770
|
# Premium
|
772
771
|
# @param [String] name
|
773
772
|
# Output only. [Resource name](https://cloud.google.com/apis/design/
|
774
|
-
# resource_names) of the ClientState in format: `devices/`
|
775
|
-
#
|
776
|
-
#
|
777
|
-
#
|
778
|
-
#
|
779
|
-
#
|
780
|
-
#
|
781
|
-
#
|
782
|
-
#
|
783
|
-
#
|
784
|
-
#
|
785
|
-
#
|
786
|
-
# not including 'C')
|
773
|
+
# resource_names) of the ClientState in format: `devices/`device`/deviceUsers/`
|
774
|
+
# device_user`/clientState/`partner``, where partner corresponds to the partner
|
775
|
+
# storing the data. For partners belonging to the "BeyondCorp Alliance", this is
|
776
|
+
# the partner ID specified to you by Google. For all other callers, this is a
|
777
|
+
# string of the form: ``customer`-suffix`, where `customer` is your customer ID.
|
778
|
+
# The *suffix* is any string the caller specifies. This string will be displayed
|
779
|
+
# verbatim in the administration console. This suffix is used in setting up
|
780
|
+
# Custom Access Levels in Context-Aware Access. Your organization's customer ID
|
781
|
+
# can be obtained from the URL: `GET https://www.googleapis.com/admin/directory/
|
782
|
+
# v1/customers/my_customer` The `id` field in the response contains the customer
|
783
|
+
# ID starting with the letter 'C'. The customer ID to be used in this API is the
|
784
|
+
# string after the letter 'C' (not including 'C')
|
787
785
|
# @param [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1ClientState] google_apps_cloudidentity_devices_v1_client_state_object
|
788
786
|
# @param [String] customer
|
789
787
|
# Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
790
788
|
# of the customer. If you're using this API for your own organization, use `
|
791
789
|
# customers/my_customer` If you're using this API to manage another organization,
|
792
|
-
# use `customers/`
|
793
|
-
#
|
790
|
+
# use `customers/`customer``, where customer is the customer to whom the device
|
791
|
+
# belongs.
|
794
792
|
# @param [String] update_mask
|
795
793
|
# Optional. Comma-separated list of fully qualified names of fields to be
|
796
794
|
# updated. If not specified, all updatable fields in ClientState are updated.
|
@@ -861,8 +859,8 @@ module Google
|
|
861
859
|
# Deletes a `Group`.
|
862
860
|
# @param [String] name
|
863
861
|
# Required. The [resource name](https://cloud.google.com/apis/design/
|
864
|
-
# resource_names) of the `Group` to retrieve. Must be of the form `groups/`
|
865
|
-
#
|
862
|
+
# resource_names) of the `Group` to retrieve. Must be of the form `groups/`group`
|
863
|
+
# `.
|
866
864
|
# @param [String] fields
|
867
865
|
# Selector specifying which fields to include in a partial response.
|
868
866
|
# @param [String] quota_user
|
@@ -893,8 +891,8 @@ module Google
|
|
893
891
|
# Retrieves a `Group`.
|
894
892
|
# @param [String] name
|
895
893
|
# Required. The [resource name](https://cloud.google.com/apis/design/
|
896
|
-
# resource_names) of the `Group` to retrieve. Must be of the form `groups/`
|
897
|
-
#
|
894
|
+
# resource_names) of the `Group` to retrieve. Must be of the form `groups/`group`
|
895
|
+
# `.
|
898
896
|
# @param [String] fields
|
899
897
|
# Selector specifying which fields to include in a partial response.
|
900
898
|
# @param [String] quota_user
|
@@ -934,9 +932,9 @@ module Google
|
|
934
932
|
# The `next_page_token` value returned from a previous list request, if any.
|
935
933
|
# @param [String] parent
|
936
934
|
# Required. The parent resource under which to list all `Group` resources. Must
|
937
|
-
# be of the form `identitysources/`
|
938
|
-
# mapped groups or `customers/`
|
939
|
-
#
|
935
|
+
# be of the form `identitysources/`identity_source`` for external- identity-
|
936
|
+
# mapped groups or `customers/`customer`` for Google Groups. The `customer` must
|
937
|
+
# begin with "C" (for example, 'C046psxkn').
|
940
938
|
# @param [String] view
|
941
939
|
# The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
|
942
940
|
# @param [String] fields
|
@@ -981,7 +979,7 @@ module Google
|
|
981
979
|
# represents a Google-managed entity such as a Google user or a Google Group. If
|
982
980
|
# specified, the `EntityKey` represents an external-identity-mapped group. The
|
983
981
|
# namespace must correspond to an identity source created in Admin Console and
|
984
|
-
# must be in the form of `identitysources/`
|
982
|
+
# must be in the form of `identitysources/`identity_source``.
|
985
983
|
# @param [String] fields
|
986
984
|
# Selector specifying which fields to include in a partial response.
|
987
985
|
# @param [String] quota_user
|
@@ -1013,7 +1011,7 @@ module Google
|
|
1013
1011
|
# Updates a `Group`.
|
1014
1012
|
# @param [String] name
|
1015
1013
|
# Output only. The [resource name](https://cloud.google.com/apis/design/
|
1016
|
-
# resource_names) of the `Group`. Shall be of the form `groups/`
|
1014
|
+
# resource_names) of the `Group`. Shall be of the form `groups/`group``.
|
1017
1015
|
# @param [Google::Apis::CloudidentityV1::Group] group_object
|
1018
1016
|
# @param [String] update_mask
|
1019
1017
|
# Required. The names of fields to update. May only contain the following fields:
|
@@ -1062,8 +1060,8 @@ module Google
|
|
1062
1060
|
# Required. The search query. Must be specified in [Common Expression Language](
|
1063
1061
|
# https://opensource.google/projects/cel). May only contain equality operators
|
1064
1062
|
# on the parent and inclusion operators on labels (e.g., `parent == 'customers/`
|
1065
|
-
#
|
1066
|
-
#
|
1063
|
+
# customer`' && 'cloudidentity.googleapis.com/groups.discussion_forum' in labels`
|
1064
|
+
# ). The `customer` must begin with "C" (for example, 'C046psxkn').
|
1067
1065
|
# @param [String] view
|
1068
1066
|
# The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
|
1069
1067
|
# @param [String] fields
|
@@ -1106,9 +1104,9 @@ module Google
|
|
1106
1104
|
# the member and group.
|
1107
1105
|
# @param [String] parent
|
1108
1106
|
# [Resource name](https://cloud.google.com/apis/design/resource_names) of the
|
1109
|
-
# group to check the transitive membership in. Format: `groups/`
|
1110
|
-
#
|
1111
|
-
#
|
1107
|
+
# group to check the transitive membership in. Format: `groups/`group``, where `
|
1108
|
+
# group` is the unique id assigned to the Group to which the Membership belongs
|
1109
|
+
# to.
|
1112
1110
|
# @param [String] query
|
1113
1111
|
# Required. A CEL expression that MUST include member specification. This is a `
|
1114
1112
|
# required` field. Certain groups are uniquely identified by both a '
|
@@ -1146,7 +1144,7 @@ module Google
|
|
1146
1144
|
# Creates a `Membership`.
|
1147
1145
|
# @param [String] parent
|
1148
1146
|
# Required. The parent `Group` resource under which to create the `Membership`.
|
1149
|
-
# Must be of the form `groups/`
|
1147
|
+
# Must be of the form `groups/`group``.
|
1150
1148
|
# @param [Google::Apis::CloudidentityV1::Membership] membership_object
|
1151
1149
|
# @param [String] fields
|
1152
1150
|
# Selector specifying which fields to include in a partial response.
|
@@ -1181,7 +1179,7 @@ module Google
|
|
1181
1179
|
# @param [String] name
|
1182
1180
|
# Required. The [resource name](https://cloud.google.com/apis/design/
|
1183
1181
|
# resource_names) of the `Membership` to delete. Must be of the form `groups/`
|
1184
|
-
#
|
1182
|
+
# group`/memberships/`membership``
|
1185
1183
|
# @param [String] fields
|
1186
1184
|
# Selector specifying which fields to include in a partial response.
|
1187
1185
|
# @param [String] quota_user
|
@@ -1213,7 +1211,7 @@ module Google
|
|
1213
1211
|
# @param [String] name
|
1214
1212
|
# Required. The [resource name](https://cloud.google.com/apis/design/
|
1215
1213
|
# resource_names) of the `Membership` to retrieve. Must be of the form `groups/`
|
1216
|
-
#
|
1214
|
+
# group`/memberships/`membership``.
|
1217
1215
|
# @param [String] fields
|
1218
1216
|
# Selector specifying which fields to include in a partial response.
|
1219
1217
|
# @param [String] quota_user
|
@@ -1251,13 +1249,12 @@ module Google
|
|
1251
1249
|
# and the member.
|
1252
1250
|
# @param [String] parent
|
1253
1251
|
# Required. [Resource name](https://cloud.google.com/apis/design/resource_names)
|
1254
|
-
# of the group to search transitive memberships in. Format: `groups/`
|
1255
|
-
# where `
|
1256
|
-
#
|
1257
|
-
#
|
1258
|
-
#
|
1259
|
-
#
|
1260
|
-
# returned.
|
1252
|
+
# of the group to search transitive memberships in. Format: `groups/`group``,
|
1253
|
+
# where `group` is the unique ID assigned to the Group to which the Membership
|
1254
|
+
# belongs to. group can be a wildcard collection id "-". When a group is
|
1255
|
+
# specified, the membership graph will be constrained to paths between the
|
1256
|
+
# member (defined in the query) and the parent. If a wildcard collection is
|
1257
|
+
# provided, all membership paths connected to the member will be returned.
|
1261
1258
|
# @param [String] query
|
1262
1259
|
# Required. A CEL expression that MUST include member specification AND label(s).
|
1263
1260
|
# Certain groups are uniquely identified by both a 'member_key_id' and a '
|
@@ -1295,7 +1292,7 @@ module Google
|
|
1295
1292
|
# Lists the `Membership`s within a `Group`.
|
1296
1293
|
# @param [String] parent
|
1297
1294
|
# Required. The parent `Group` resource under which to lookup the `Membership`
|
1298
|
-
# name. Must be of the form `groups/`
|
1295
|
+
# name. Must be of the form `groups/`group``.
|
1299
1296
|
# @param [Fixnum] page_size
|
1300
1297
|
# The maximum number of results to return. Note that the number of results
|
1301
1298
|
# returned may be less than this value even if there are more available results.
|
@@ -1341,7 +1338,7 @@ module Google
|
|
1341
1338
|
# resource_names) of a `Membership` by its `EntityKey`.
|
1342
1339
|
# @param [String] parent
|
1343
1340
|
# Required. The parent `Group` resource under which to lookup the `Membership`
|
1344
|
-
# name. Must be of the form `groups/`
|
1341
|
+
# name. Must be of the form `groups/`group``.
|
1345
1342
|
# @param [String] member_key_id
|
1346
1343
|
# The ID of the entity. For Google-managed entities, the `id` should be the
|
1347
1344
|
# email address of an existing group or user. For external-identity-mapped
|
@@ -1352,7 +1349,7 @@ module Google
|
|
1352
1349
|
# represents a Google-managed entity such as a Google user or a Google Group. If
|
1353
1350
|
# specified, the `EntityKey` represents an external-identity-mapped group. The
|
1354
1351
|
# namespace must correspond to an identity source created in Admin Console and
|
1355
|
-
# must be in the form of `identitysources/`
|
1352
|
+
# must be in the form of `identitysources/`identity_source``.
|
1356
1353
|
# @param [String] fields
|
1357
1354
|
# Selector specifying which fields to include in a partial response.
|
1358
1355
|
# @param [String] quota_user
|
@@ -1386,7 +1383,7 @@ module Google
|
|
1386
1383
|
# @param [String] name
|
1387
1384
|
# Required. The [resource name](https://cloud.google.com/apis/design/
|
1388
1385
|
# resource_names) of the `Membership` whose roles are to be modified. Must be of
|
1389
|
-
# the form `groups/`
|
1386
|
+
# the form `groups/`group`/memberships/`membership``.
|
1390
1387
|
# @param [Google::Apis::CloudidentityV1::ModifyMembershipRolesRequest] modify_membership_roles_request_object
|
1391
1388
|
# @param [String] fields
|
1392
1389
|
# Selector specifying which fields to include in a partial response.
|
@@ -1426,8 +1423,8 @@ module Google
|
|
1426
1423
|
# groups.
|
1427
1424
|
# @param [String] parent
|
1428
1425
|
# [Resource name](https://cloud.google.com/apis/design/resource_names) of the
|
1429
|
-
# group to search transitive memberships in. Format: `groups/`
|
1430
|
-
#
|
1426
|
+
# group to search transitive memberships in. Format: `groups/`group``, where `
|
1427
|
+
# group` is always '-' as this API will search across all groups for a given
|
1431
1428
|
# member.
|
1432
1429
|
# @param [Fixnum] page_size
|
1433
1430
|
# The default page size is 200 (max 1000).
|
@@ -1478,8 +1475,8 @@ module Google
|
|
1478
1475
|
# of a group. Actor must have view permissions to all transitive memberships.
|
1479
1476
|
# @param [String] parent
|
1480
1477
|
# [Resource name](https://cloud.google.com/apis/design/resource_names) of the
|
1481
|
-
# group to search transitive memberships in. Format: `groups/`
|
1482
|
-
#
|
1478
|
+
# group to search transitive memberships in. Format: `groups/`group``, where `
|
1479
|
+
# group` is the unique ID assigned to the Group.
|
1483
1480
|
# @param [Fixnum] page_size
|
1484
1481
|
# The default page size is 200 (max 1000).
|
1485
1482
|
# @param [String] page_token
|