google-apis-cloudidentity_v1 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd277ba095f76292f8cdefb2bb05038b3416fc5393dd1d79b42b31f36f8fcd4f
4
- data.tar.gz: 905f6d0290f1052f6b339487bf9293cfcb3bf140b233b341e5df9bcf57170952
3
+ metadata.gz: 3ada2c0e2a92133a9036a122c92dd0913ab3480e9dba609607ec6ec3fcb7cad6
4
+ data.tar.gz: e7a057375d63cbdd32bd2282963d06963df42a6b8222647c60f116aaf3696ee2
5
5
  SHA512:
6
- metadata.gz: defb5f95d18a6996410180a695094cbab7385e446d6043f6479d70970f8a3d373e83f9f03fcd581e0522a831db62003fdea597d016300aaf95f0ae09c537b235
7
- data.tar.gz: ccd405fe576040b153f89a21181ae4c18606b7298d518fecb7939ea4ce21bacf3dc8815ddd4475bd00b8537b4584e13bd7dab6ff95b077e0e61441efab81b842
6
+ metadata.gz: 2954b7dc00b12d7aea5e34ce46e6799ef16c22d96f1f2af33c30fd8029919e759c2950d0baebfc662b0331d51b4c32572f15d0ad253d6d1fe6bd017407531d76
7
+ data.tar.gz: 34c306e5044161b2664e97eb1d98c819f9556a94c38c50c167c73902c95bea5b56b458af11a478189555721c2170a45cf375070a63b25df40a4b73644bcfb0e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.11.0 (2021-08-25)
4
+
5
+ * Regenerated from discovery document revision 20210824
6
+
3
7
  ### v0.10.0 (2021-06-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20210629
@@ -45,6 +45,58 @@ module Google
45
45
  end
46
46
  end
47
47
 
48
+ # Metadata for CreateGroup LRO.
49
+ class CreateGroupMetadata
50
+ include Google::Apis::Core::Hashable
51
+
52
+ def initialize(**args)
53
+ update!(**args)
54
+ end
55
+
56
+ # Update properties of this object
57
+ def update!(**args)
58
+ end
59
+ end
60
+
61
+ # Metadata for CreateMembership LRO.
62
+ class CreateMembershipMetadata
63
+ include Google::Apis::Core::Hashable
64
+
65
+ def initialize(**args)
66
+ update!(**args)
67
+ end
68
+
69
+ # Update properties of this object
70
+ def update!(**args)
71
+ end
72
+ end
73
+
74
+ # Metadata for DeleteGroup LRO.
75
+ class DeleteGroupMetadata
76
+ include Google::Apis::Core::Hashable
77
+
78
+ def initialize(**args)
79
+ update!(**args)
80
+ end
81
+
82
+ # Update properties of this object
83
+ def update!(**args)
84
+ end
85
+ end
86
+
87
+ # Metadata for DeleteMembership LRO.
88
+ class DeleteMembershipMetadata
89
+ include Google::Apis::Core::Hashable
90
+
91
+ def initialize(**args)
92
+ update!(**args)
93
+ end
94
+
95
+ # Update properties of this object
96
+ def update!(**args)
97
+ end
98
+ end
99
+
48
100
  # Dynamic group metadata like queries and status.
49
101
  class DynamicGroupMetadata
50
102
  include Google::Apis::Core::Hashable
@@ -147,7 +199,7 @@ module Google
147
199
  # represents a Google-managed entity such as a Google user or a Google Group. If
148
200
  # specified, the `EntityKey` represents an external-identity-mapped group. The
149
201
  # namespace must correspond to an identity source created in Admin Console and
150
- # must be in the form of `identitysources/`identity_source_id``.
202
+ # must be in the form of `identitysources/`identity_source``.
151
203
  # Corresponds to the JSON property `namespace`
152
204
  # @return [String]
153
205
  attr_accessor :namespace
@@ -182,6 +234,20 @@ module Google
182
234
  end
183
235
  end
184
236
 
237
+ # Metadata of GetMembershipGraphResponse LRO. This is currently empty to permit
238
+ # future extensibility.
239
+ class GetMembershipGraphMetadata
240
+ include Google::Apis::Core::Hashable
241
+
242
+ def initialize(**args)
243
+ update!(**args)
244
+ end
245
+
246
+ # Update properties of this object
247
+ def update!(**args)
248
+ end
249
+ end
250
+
185
251
  # The response message for MembershipsService.GetMembershipGraph.
186
252
  class GetMembershipGraphResponse
187
253
  include Google::Apis::Core::Hashable
@@ -253,6 +319,19 @@ module Google
253
319
  end
254
320
  end
255
321
 
322
+ # Metadata for ApproveDeviceUser LRO.
323
+ class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserMetadata
324
+ include Google::Apis::Core::Hashable
325
+
326
+ def initialize(**args)
327
+ update!(**args)
328
+ end
329
+
330
+ # Update properties of this object
331
+ def update!(**args)
332
+ end
333
+ end
334
+
256
335
  # Request message for approving the device to access user data.
257
336
  class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest
258
337
  include Google::Apis::Core::Hashable
@@ -260,8 +339,8 @@ module Google
260
339
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
261
340
  # of the customer. If you're using this API for your own organization, use `
262
341
  # customers/my_customer` If you're using this API to manage another organization,
263
- # use `customers/`customer_id``, where customer_id is the customer to whom the
264
- # device belongs.
342
+ # use `customers/`customer``, where customer is the customer to whom the device
343
+ # belongs.
265
344
  # Corresponds to the JSON property `customer`
266
345
  # @return [String]
267
346
  attr_accessor :customer
@@ -296,6 +375,19 @@ module Google
296
375
  end
297
376
  end
298
377
 
378
+ # Metadata for BlockDeviceUser LRO.
379
+ class GoogleAppsCloudidentityDevicesV1BlockDeviceUserMetadata
380
+ include Google::Apis::Core::Hashable
381
+
382
+ def initialize(**args)
383
+ update!(**args)
384
+ end
385
+
386
+ # Update properties of this object
387
+ def update!(**args)
388
+ end
389
+ end
390
+
299
391
  # Request message for blocking account on device.
300
392
  class GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest
301
393
  include Google::Apis::Core::Hashable
@@ -303,8 +395,8 @@ module Google
303
395
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
304
396
  # of the customer. If you're using this API for your own organization, use `
305
397
  # customers/my_customer` If you're using this API to manage another organization,
306
- # use `customers/`customer_id``, where customer_id is the customer to whom the
307
- # device belongs.
398
+ # use `customers/`customer``, where customer is the customer to whom the device
399
+ # belongs.
308
400
  # Corresponds to the JSON property `customer`
309
401
  # @return [String]
310
402
  attr_accessor :customer
@@ -339,6 +431,19 @@ module Google
339
431
  end
340
432
  end
341
433
 
434
+ # Metadata for CancelWipeDevice LRO.
435
+ class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
436
+ include Google::Apis::Core::Hashable
437
+
438
+ def initialize(**args)
439
+ update!(**args)
440
+ end
441
+
442
+ # Update properties of this object
443
+ def update!(**args)
444
+ end
445
+ end
446
+
342
447
  # Request message for cancelling an unfinished device wipe.
343
448
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest
344
449
  include Google::Apis::Core::Hashable
@@ -346,8 +451,8 @@ module Google
346
451
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
347
452
  # of the customer. If you're using this API for your own organization, use `
348
453
  # customers/my_customer` If you're using this API to manage another organization,
349
- # use `customers/`customer_id``, where customer_id is the customer to whom the
350
- # device belongs.
454
+ # use `customers/`customer``, where customer is the customer to whom the device
455
+ # belongs.
351
456
  # Corresponds to the JSON property `customer`
352
457
  # @return [String]
353
458
  attr_accessor :customer
@@ -383,6 +488,19 @@ module Google
383
488
  end
384
489
  end
385
490
 
491
+ # Metadata for CancelWipeDeviceUser LRO.
492
+ class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserMetadata
493
+ include Google::Apis::Core::Hashable
494
+
495
+ def initialize(**args)
496
+ update!(**args)
497
+ end
498
+
499
+ # Update properties of this object
500
+ def update!(**args)
501
+ end
502
+ end
503
+
386
504
  # Request message for cancelling an unfinished user account wipe.
387
505
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest
388
506
  include Google::Apis::Core::Hashable
@@ -390,8 +508,8 @@ module Google
390
508
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
391
509
  # of the customer. If you're using this API for your own organization, use `
392
510
  # customers/my_customer` If you're using this API to manage another organization,
393
- # use `customers/`customer_id``, where customer_id is the customer to whom the
394
- # device belongs.
511
+ # use `customers/`customer``, where customer is the customer to whom the device
512
+ # belongs.
395
513
  # Corresponds to the JSON property `customer`
396
514
  # @return [String]
397
515
  attr_accessor :customer
@@ -484,19 +602,18 @@ module Google
484
602
  attr_accessor :managed
485
603
 
486
604
  # Output only. [Resource name](https://cloud.google.com/apis/design/
487
- # resource_names) of the ClientState in format: `devices/`device_id`/deviceUsers/
488
- # `device_user_id`/clientState/`partner_id``, where partner_id corresponds to
489
- # the partner storing the data. For partners belonging to the "BeyondCorp
490
- # Alliance", this is the partner ID specified to you by Google. For all other
491
- # callers, this is a string of the form: ``customer_id`-suffix`, where `
492
- # customer_id` is your customer ID. The *suffix* is any string the caller
493
- # specifies. This string will be displayed verbatim in the administration
494
- # console. This suffix is used in setting up Custom Access Levels in Context-
495
- # Aware Access. Your organization's customer ID can be obtained from the URL: `
496
- # GET https://www.googleapis.com/admin/directory/v1/customers/my_customer` The `
497
- # id` field in the response contains the customer ID starting with the letter 'C'
498
- # . The customer ID to be used in this API is the string after the letter 'C' (
499
- # not including 'C')
605
+ # resource_names) of the ClientState in format: `devices/`device`/deviceUsers/`
606
+ # device_user`/clientState/`partner``, where partner corresponds to the partner
607
+ # storing the data. For partners belonging to the "BeyondCorp Alliance", this is
608
+ # the partner ID specified to you by Google. For all other callers, this is a
609
+ # string of the form: ``customer`-suffix`, where `customer` is your customer ID.
610
+ # The *suffix* is any string the caller specifies. This string will be displayed
611
+ # verbatim in the administration console. This suffix is used in setting up
612
+ # Custom Access Levels in Context-Aware Access. Your organization's customer ID
613
+ # can be obtained from the URL: `GET https://www.googleapis.com/admin/directory/
614
+ # v1/customers/my_customer` The `id` field in the response contains the customer
615
+ # ID starting with the letter 'C'. The customer ID to be used in this API is the
616
+ # string after the letter 'C' (not including 'C')
500
617
  # Corresponds to the JSON property `name`
501
618
  # @return [String]
502
619
  attr_accessor :name
@@ -532,6 +649,19 @@ module Google
532
649
  end
533
650
  end
534
651
 
652
+ # Metadata for CreateDevice LRO.
653
+ class GoogleAppsCloudidentityDevicesV1CreateDeviceMetadata
654
+ include Google::Apis::Core::Hashable
655
+
656
+ def initialize(**args)
657
+ update!(**args)
658
+ end
659
+
660
+ # Update properties of this object
661
+ def update!(**args)
662
+ end
663
+ end
664
+
535
665
  # Additional custom attribute values may be one of these types
536
666
  class GoogleAppsCloudidentityDevicesV1CustomAttributeValue
537
667
  include Google::Apis::Core::Hashable
@@ -564,6 +694,32 @@ module Google
564
694
  end
565
695
  end
566
696
 
697
+ # Metadata for DeleteDevice LRO.
698
+ class GoogleAppsCloudidentityDevicesV1DeleteDeviceMetadata
699
+ include Google::Apis::Core::Hashable
700
+
701
+ def initialize(**args)
702
+ update!(**args)
703
+ end
704
+
705
+ # Update properties of this object
706
+ def update!(**args)
707
+ end
708
+ end
709
+
710
+ # Metadata for DeleteDeviceUser LRO.
711
+ class GoogleAppsCloudidentityDevicesV1DeleteDeviceUserMetadata
712
+ include Google::Apis::Core::Hashable
713
+
714
+ def initialize(**args)
715
+ update!(**args)
716
+ end
717
+
718
+ # Update properties of this object
719
+ def update!(**args)
720
+ end
721
+ end
722
+
567
723
  # A Device within the Cloud Identity Devices API. Represents a Device known to
568
724
  # Google Cloud, independent of the device ownership, type, and whether it is
569
725
  # assigned or in use by a user.
@@ -669,8 +825,8 @@ module Google
669
825
  attr_accessor :model
670
826
 
671
827
  # Output only. [Resource name](https://cloud.google.com/apis/design/
672
- # resource_names) of the Device in format: `devices/`device_id``, where
673
- # device_id is the unique id assigned to the Device.
828
+ # resource_names) of the Device in format: `devices/`device``, where device is
829
+ # the unique id assigned to the Device.
674
830
  # Corresponds to the JSON property `name`
675
831
  # @return [String]
676
832
  attr_accessor :name
@@ -792,8 +948,8 @@ module Google
792
948
  attr_accessor :management_state
793
949
 
794
950
  # Output only. [Resource name](https://cloud.google.com/apis/design/
795
- # resource_names) of the DeviceUser in format: `devices/`device_id`/deviceUsers/`
796
- # device_user_id``, where `device_user_id` uniquely identifies a user's use of a
951
+ # resource_names) of the DeviceUser in format: `devices/`device`/deviceUsers/`
952
+ # device_user``, where `device_user` uniquely identifies a user's use of a
797
953
  # device.
798
954
  # Corresponds to the JSON property `name`
799
955
  # @return [String]
@@ -908,6 +1064,19 @@ module Google
908
1064
  end
909
1065
  end
910
1066
 
1067
+ # Metadata for ListEndpointApps LRO.
1068
+ class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
1069
+ include Google::Apis::Core::Hashable
1070
+
1071
+ def initialize(**args)
1072
+ update!(**args)
1073
+ end
1074
+
1075
+ # Update properties of this object
1076
+ def update!(**args)
1077
+ end
1078
+ end
1079
+
911
1080
  # Response containing resource names of the DeviceUsers associated with the
912
1081
  # caller's credentials.
913
1082
  class GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
@@ -920,9 +1089,9 @@ module Google
920
1089
  attr_accessor :customer
921
1090
 
922
1091
  # [Resource names](https://cloud.google.com/apis/design/resource_names) of the
923
- # DeviceUsers in the format: `devices/`device_id`/deviceUsers/`user_resource_id``
924
- # , where device_id is the unique ID assigned to a Device and user_resource_id
925
- # is the unique user ID
1092
+ # DeviceUsers in the format: `devices/`device`/deviceUsers/`user_resource``,
1093
+ # where device is the unique ID assigned to a Device and user_resource is the
1094
+ # unique user ID
926
1095
  # Corresponds to the JSON property `names`
927
1096
  # @return [Array<String>]
928
1097
  attr_accessor :names
@@ -944,6 +1113,58 @@ module Google
944
1113
  end
945
1114
  end
946
1115
 
1116
+ # Metadata for SignoutDeviceUser LRO.
1117
+ class GoogleAppsCloudidentityDevicesV1SignoutDeviceUserMetadata
1118
+ include Google::Apis::Core::Hashable
1119
+
1120
+ def initialize(**args)
1121
+ update!(**args)
1122
+ end
1123
+
1124
+ # Update properties of this object
1125
+ def update!(**args)
1126
+ end
1127
+ end
1128
+
1129
+ # Metadata for UpdateClientState LRO.
1130
+ class GoogleAppsCloudidentityDevicesV1UpdateClientStateMetadata
1131
+ include Google::Apis::Core::Hashable
1132
+
1133
+ def initialize(**args)
1134
+ update!(**args)
1135
+ end
1136
+
1137
+ # Update properties of this object
1138
+ def update!(**args)
1139
+ end
1140
+ end
1141
+
1142
+ # Metadata for UpdateDevice LRO.
1143
+ class GoogleAppsCloudidentityDevicesV1UpdateDeviceMetadata
1144
+ include Google::Apis::Core::Hashable
1145
+
1146
+ def initialize(**args)
1147
+ update!(**args)
1148
+ end
1149
+
1150
+ # Update properties of this object
1151
+ def update!(**args)
1152
+ end
1153
+ end
1154
+
1155
+ # Metadata for WipeDevice LRO.
1156
+ class GoogleAppsCloudidentityDevicesV1WipeDeviceMetadata
1157
+ include Google::Apis::Core::Hashable
1158
+
1159
+ def initialize(**args)
1160
+ update!(**args)
1161
+ end
1162
+
1163
+ # Update properties of this object
1164
+ def update!(**args)
1165
+ end
1166
+ end
1167
+
947
1168
  # Request message for wiping all data on the device.
948
1169
  class GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
949
1170
  include Google::Apis::Core::Hashable
@@ -951,8 +1172,8 @@ module Google
951
1172
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
952
1173
  # of the customer. If you're using this API for your own organization, use `
953
1174
  # customers/my_customer` If you're using this API to manage another organization,
954
- # use `customers/`customer_id``, where customer_id is the customer to whom the
955
- # device belongs.
1175
+ # use `customers/`customer``, where customer is the customer to whom the device
1176
+ # belongs.
956
1177
  # Corresponds to the JSON property `customer`
957
1178
  # @return [String]
958
1179
  attr_accessor :customer
@@ -988,6 +1209,19 @@ module Google
988
1209
  end
989
1210
  end
990
1211
 
1212
+ # Metadata for WipeDeviceUser LRO.
1213
+ class GoogleAppsCloudidentityDevicesV1WipeDeviceUserMetadata
1214
+ include Google::Apis::Core::Hashable
1215
+
1216
+ def initialize(**args)
1217
+ update!(**args)
1218
+ end
1219
+
1220
+ # Update properties of this object
1221
+ def update!(**args)
1222
+ end
1223
+ end
1224
+
991
1225
  # Request message for starting an account wipe on device.
992
1226
  class GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest
993
1227
  include Google::Apis::Core::Hashable
@@ -995,8 +1229,8 @@ module Google
995
1229
  # Optional. [Resource name](https://cloud.google.com/apis/design/resource_names)
996
1230
  # of the customer. If you're using this API for your own organization, use `
997
1231
  # customers/my_customer` If you're using this API to manage another organization,
998
- # use `customers/`customer_id``, where customer_id is the customer to whom the
999
- # device belongs.
1232
+ # use `customers/`customer``, where customer is the customer to whom the device
1233
+ # belongs.
1000
1234
  # Corresponds to the JSON property `customer`
1001
1235
  # @return [String]
1002
1236
  attr_accessor :customer
@@ -1081,16 +1315,16 @@ module Google
1081
1315
  attr_accessor :labels
1082
1316
 
1083
1317
  # Output only. The [resource name](https://cloud.google.com/apis/design/
1084
- # resource_names) of the `Group`. Shall be of the form `groups/`group_id``.
1318
+ # resource_names) of the `Group`. Shall be of the form `groups/`group``.
1085
1319
  # Corresponds to the JSON property `name`
1086
1320
  # @return [String]
1087
1321
  attr_accessor :name
1088
1322
 
1089
1323
  # Required. Immutable. The resource name of the entity under which this `Group`
1090
1324
  # resides in the Cloud Identity resource hierarchy. Must be of the form `
1091
- # identitysources/`identity_source_id`` for external- identity-mapped groups or `
1092
- # customers/`customer_id`` for Google Groups. The `customer_id` must begin with "
1093
- # C" (for example, 'C046psxkn').
1325
+ # identitysources/`identity_source`` for external- identity-mapped groups or `
1326
+ # customers/`customer`` for Google Groups. The `customer` must begin with "C" (
1327
+ # for example, 'C046psxkn').
1094
1328
  # Corresponds to the JSON property `parent`
1095
1329
  # @return [String]
1096
1330
  attr_accessor :parent
@@ -1247,8 +1481,8 @@ module Google
1247
1481
  include Google::Apis::Core::Hashable
1248
1482
 
1249
1483
  # The [resource name](https://cloud.google.com/apis/design/resource_names) of
1250
- # the looked-up `Membership`. Must be of the form `groups/`group_id`/memberships/
1251
- # `membership_id``.
1484
+ # the looked-up `Membership`. Must be of the form `groups/`group`/memberships/`
1485
+ # membership``.
1252
1486
  # Corresponds to the JSON property `name`
1253
1487
  # @return [String]
1254
1488
  attr_accessor :name
@@ -1313,8 +1547,8 @@ module Google
1313
1547
  attr_accessor :create_time
1314
1548
 
1315
1549
  # Output only. The [resource name](https://cloud.google.com/apis/design/
1316
- # resource_names) of the `Membership`. Shall be of the form `groups/`group_id`/
1317
- # memberships/`membership_id``.
1550
+ # resource_names) of the `Membership`. Shall be of the form `groups/`group`/
1551
+ # memberships/`membership``.
1318
1552
  # Corresponds to the JSON property `name`
1319
1553
  # @return [String]
1320
1554
  attr_accessor :name
@@ -1672,6 +1906,32 @@ module Google
1672
1906
  end
1673
1907
  end
1674
1908
 
1909
+ # Metadata for UpdateGroup LRO.
1910
+ class UpdateGroupMetadata
1911
+ include Google::Apis::Core::Hashable
1912
+
1913
+ def initialize(**args)
1914
+ update!(**args)
1915
+ end
1916
+
1917
+ # Update properties of this object
1918
+ def update!(**args)
1919
+ end
1920
+ end
1921
+
1922
+ # Metadata for UpdateMembership LRO.
1923
+ class UpdateMembershipMetadata
1924
+ include Google::Apis::Core::Hashable
1925
+
1926
+ def initialize(**args)
1927
+ update!(**args)
1928
+ end
1929
+
1930
+ # Update properties of this object
1931
+ def update!(**args)
1932
+ end
1933
+ end
1934
+
1675
1935
  # The details of an update to a `MembershipRole`.
1676
1936
  class UpdateMembershipRolesParams
1677
1937
  include Google::Apis::Core::Hashable