google-apis-cloudidentity_v1beta1 0.11.0 → 0.12.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: c614ee81d9eda9dfe59e4d75f66b77c7222be266e3881c819cd0a939e930e0bd
4
- data.tar.gz: 11dbb19841bafbf4a4d49763e2f25378e35fc320344c7dde49de4b9521f407bf
3
+ metadata.gz: fa95d48a58f4388673b7481ae5d3d87d13ade70452d4a8edababbb4ef4261854
4
+ data.tar.gz: 975b4b2e69f46ff311661b57549c785d83d6c85813801cfc24802fd927ab4ec3
5
5
  SHA512:
6
- metadata.gz: d3fef13171efe51c5f09899f8afbc3b669a31262380d4ca35e92926b1a27ebd72dbfc7d7d45ff94d44255e63d40f78bfba97afec3b75d4348c9b03f0f1764b3b
7
- data.tar.gz: 28d82701880222c76605ed5b486f4a3f487bb7487c19b2a3fc15eb32550ae8b890e485d07e0b7c57f75fcf446387ba9d60cba2c4bd90824b4463e442259df3b2
6
+ metadata.gz: 42b685a814d47cd4dc2e2d78a8d1b9efe3fbdc11b54d7f0b4339a94f39572632c1bdbed49fea1b6d2cf0ae907e5e3fa64b5073cb08b5c06895ebf7e0dfe78681
7
+ data.tar.gz: b06a0462efb26768c204f8752a24c087c705b9f3812b502bcf2bfdf2fa1daf6547b0fdc38e337c4a79ccd413c4a8f648f3427c4e56efb3c8b0e58258a5834c30
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-08-25)
4
+
5
+ * Regenerated from discovery document revision 20210824
6
+
3
7
  ### v0.11.0 (2021-07-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20210713
@@ -858,6 +858,19 @@ module Google
858
858
  end
859
859
  end
860
860
 
861
+ # Metadata for ApproveDeviceUser LRO.
862
+ class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserMetadata
863
+ include Google::Apis::Core::Hashable
864
+
865
+ def initialize(**args)
866
+ update!(**args)
867
+ end
868
+
869
+ # Update properties of this object
870
+ def update!(**args)
871
+ end
872
+ end
873
+
861
874
  # Response message for approving the device to access user data.
862
875
  class GoogleAppsCloudidentityDevicesV1ApproveDeviceUserResponse
863
876
  include Google::Apis::Core::Hashable
@@ -878,6 +891,19 @@ module Google
878
891
  end
879
892
  end
880
893
 
894
+ # Metadata for BlockDeviceUser LRO.
895
+ class GoogleAppsCloudidentityDevicesV1BlockDeviceUserMetadata
896
+ include Google::Apis::Core::Hashable
897
+
898
+ def initialize(**args)
899
+ update!(**args)
900
+ end
901
+
902
+ # Update properties of this object
903
+ def update!(**args)
904
+ end
905
+ end
906
+
881
907
  # Response message for blocking the device from accessing user data.
882
908
  class GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse
883
909
  include Google::Apis::Core::Hashable
@@ -898,6 +924,19 @@ module Google
898
924
  end
899
925
  end
900
926
 
927
+ # Metadata for CancelWipeDevice LRO.
928
+ class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
929
+ include Google::Apis::Core::Hashable
930
+
931
+ def initialize(**args)
932
+ update!(**args)
933
+ end
934
+
935
+ # Update properties of this object
936
+ def update!(**args)
937
+ end
938
+ end
939
+
901
940
  # Response message for cancelling an unfinished device wipe.
902
941
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse
903
942
  include Google::Apis::Core::Hashable
@@ -919,6 +958,19 @@ module Google
919
958
  end
920
959
  end
921
960
 
961
+ # Metadata for CancelWipeDeviceUser LRO.
962
+ class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserMetadata
963
+ include Google::Apis::Core::Hashable
964
+
965
+ def initialize(**args)
966
+ update!(**args)
967
+ end
968
+
969
+ # Update properties of this object
970
+ def update!(**args)
971
+ end
972
+ end
973
+
922
974
  # Response message for cancelling an unfinished user account wipe.
923
975
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse
924
976
  include Google::Apis::Core::Hashable
@@ -997,19 +1049,18 @@ module Google
997
1049
  attr_accessor :managed
998
1050
 
999
1051
  # Output only. [Resource name](https://cloud.google.com/apis/design/
1000
- # resource_names) of the ClientState in format: `devices/`device_id`/deviceUsers/
1001
- # `device_user_id`/clientState/`partner_id``, where partner_id corresponds to
1002
- # the partner storing the data. For partners belonging to the "BeyondCorp
1003
- # Alliance", this is the partner ID specified to you by Google. For all other
1004
- # callers, this is a string of the form: ``customer_id`-suffix`, where `
1005
- # customer_id` is your customer ID. The *suffix* is any string the caller
1006
- # specifies. This string will be displayed verbatim in the administration
1007
- # console. This suffix is used in setting up Custom Access Levels in Context-
1008
- # Aware Access. Your organization's customer ID can be obtained from the URL: `
1009
- # GET https://www.googleapis.com/admin/directory/v1/customers/my_customer` The `
1010
- # id` field in the response contains the customer ID starting with the letter 'C'
1011
- # . The customer ID to be used in this API is the string after the letter 'C' (
1012
- # not including 'C')
1052
+ # resource_names) of the ClientState in format: `devices/`device`/deviceUsers/`
1053
+ # device_user`/clientState/`partner``, where partner corresponds to the partner
1054
+ # storing the data. For partners belonging to the "BeyondCorp Alliance", this is
1055
+ # the partner ID specified to you by Google. For all other callers, this is a
1056
+ # string of the form: ``customer`-suffix`, where `customer` is your customer ID.
1057
+ # The *suffix* is any string the caller specifies. This string will be displayed
1058
+ # verbatim in the administration console. This suffix is used in setting up
1059
+ # Custom Access Levels in Context-Aware Access. Your organization's customer ID
1060
+ # can be obtained from the URL: `GET https://www.googleapis.com/admin/directory/
1061
+ # v1/customers/my_customer` The `id` field in the response contains the customer
1062
+ # ID starting with the letter 'C'. The customer ID to be used in this API is the
1063
+ # string after the letter 'C' (not including 'C')
1013
1064
  # Corresponds to the JSON property `name`
1014
1065
  # @return [String]
1015
1066
  attr_accessor :name
@@ -1045,6 +1096,19 @@ module Google
1045
1096
  end
1046
1097
  end
1047
1098
 
1099
+ # Metadata for CreateDevice LRO.
1100
+ class GoogleAppsCloudidentityDevicesV1CreateDeviceMetadata
1101
+ include Google::Apis::Core::Hashable
1102
+
1103
+ def initialize(**args)
1104
+ update!(**args)
1105
+ end
1106
+
1107
+ # Update properties of this object
1108
+ def update!(**args)
1109
+ end
1110
+ end
1111
+
1048
1112
  # Additional custom attribute values may be one of these types
1049
1113
  class GoogleAppsCloudidentityDevicesV1CustomAttributeValue
1050
1114
  include Google::Apis::Core::Hashable
@@ -1077,6 +1141,32 @@ module Google
1077
1141
  end
1078
1142
  end
1079
1143
 
1144
+ # Metadata for DeleteDevice LRO.
1145
+ class GoogleAppsCloudidentityDevicesV1DeleteDeviceMetadata
1146
+ include Google::Apis::Core::Hashable
1147
+
1148
+ def initialize(**args)
1149
+ update!(**args)
1150
+ end
1151
+
1152
+ # Update properties of this object
1153
+ def update!(**args)
1154
+ end
1155
+ end
1156
+
1157
+ # Metadata for DeleteDeviceUser LRO.
1158
+ class GoogleAppsCloudidentityDevicesV1DeleteDeviceUserMetadata
1159
+ include Google::Apis::Core::Hashable
1160
+
1161
+ def initialize(**args)
1162
+ update!(**args)
1163
+ end
1164
+
1165
+ # Update properties of this object
1166
+ def update!(**args)
1167
+ end
1168
+ end
1169
+
1080
1170
  # A Device within the Cloud Identity Devices API. Represents a Device known to
1081
1171
  # Google Cloud, independent of the device ownership, type, and whether it is
1082
1172
  # assigned or in use by a user.
@@ -1182,8 +1272,8 @@ module Google
1182
1272
  attr_accessor :model
1183
1273
 
1184
1274
  # Output only. [Resource name](https://cloud.google.com/apis/design/
1185
- # resource_names) of the Device in format: `devices/`device_id``, where
1186
- # device_id is the unique id assigned to the Device.
1275
+ # resource_names) of the Device in format: `devices/`device``, where device is
1276
+ # the unique id assigned to the Device.
1187
1277
  # Corresponds to the JSON property `name`
1188
1278
  # @return [String]
1189
1279
  attr_accessor :name
@@ -1305,8 +1395,8 @@ module Google
1305
1395
  attr_accessor :management_state
1306
1396
 
1307
1397
  # Output only. [Resource name](https://cloud.google.com/apis/design/
1308
- # resource_names) of the DeviceUser in format: `devices/`device_id`/deviceUsers/`
1309
- # device_user_id``, where `device_user_id` uniquely identifies a user's use of a
1398
+ # resource_names) of the DeviceUser in format: `devices/`device`/deviceUsers/`
1399
+ # device_user``, where `device_user` uniquely identifies a user's use of a
1310
1400
  # device.
1311
1401
  # Corresponds to the JSON property `name`
1312
1402
  # @return [String]
@@ -1346,6 +1436,71 @@ module Google
1346
1436
  end
1347
1437
  end
1348
1438
 
1439
+ # Metadata for ListEndpointApps LRO.
1440
+ class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
1441
+ include Google::Apis::Core::Hashable
1442
+
1443
+ def initialize(**args)
1444
+ update!(**args)
1445
+ end
1446
+
1447
+ # Update properties of this object
1448
+ def update!(**args)
1449
+ end
1450
+ end
1451
+
1452
+ # Metadata for SignoutDeviceUser LRO.
1453
+ class GoogleAppsCloudidentityDevicesV1SignoutDeviceUserMetadata
1454
+ include Google::Apis::Core::Hashable
1455
+
1456
+ def initialize(**args)
1457
+ update!(**args)
1458
+ end
1459
+
1460
+ # Update properties of this object
1461
+ def update!(**args)
1462
+ end
1463
+ end
1464
+
1465
+ # Metadata for UpdateClientState LRO.
1466
+ class GoogleAppsCloudidentityDevicesV1UpdateClientStateMetadata
1467
+ include Google::Apis::Core::Hashable
1468
+
1469
+ def initialize(**args)
1470
+ update!(**args)
1471
+ end
1472
+
1473
+ # Update properties of this object
1474
+ def update!(**args)
1475
+ end
1476
+ end
1477
+
1478
+ # Metadata for UpdateDevice LRO.
1479
+ class GoogleAppsCloudidentityDevicesV1UpdateDeviceMetadata
1480
+ include Google::Apis::Core::Hashable
1481
+
1482
+ def initialize(**args)
1483
+ update!(**args)
1484
+ end
1485
+
1486
+ # Update properties of this object
1487
+ def update!(**args)
1488
+ end
1489
+ end
1490
+
1491
+ # Metadata for WipeDevice LRO.
1492
+ class GoogleAppsCloudidentityDevicesV1WipeDeviceMetadata
1493
+ include Google::Apis::Core::Hashable
1494
+
1495
+ def initialize(**args)
1496
+ update!(**args)
1497
+ end
1498
+
1499
+ # Update properties of this object
1500
+ def update!(**args)
1501
+ end
1502
+ end
1503
+
1349
1504
  # Response message for wiping all data on the device.
1350
1505
  class GoogleAppsCloudidentityDevicesV1WipeDeviceResponse
1351
1506
  include Google::Apis::Core::Hashable
@@ -1367,6 +1522,19 @@ module Google
1367
1522
  end
1368
1523
  end
1369
1524
 
1525
+ # Metadata for WipeDeviceUser LRO.
1526
+ class GoogleAppsCloudidentityDevicesV1WipeDeviceUserMetadata
1527
+ include Google::Apis::Core::Hashable
1528
+
1529
+ def initialize(**args)
1530
+ update!(**args)
1531
+ end
1532
+
1533
+ # Update properties of this object
1534
+ def update!(**args)
1535
+ end
1536
+ end
1537
+
1370
1538
  # Response message for wiping the user's account from the device.
1371
1539
  class GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse
1372
1540
  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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20210713"
25
+ REVISION = "20210824"
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
@@ -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 Platform data
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.11.0
4
+ version: 0.12.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-07-19 00:00:00.000000000 Z
11
+ date: 2021-08-30 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.12.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: []