google-apis-cloudidentity_v1beta1 0.45.0 → 0.47.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: e094a9cc9140f28ef7e4c033ce009bc8de2d02b4fc9307634291d6ec00458fb1
4
- data.tar.gz: b127f6f293af1f8d69d73168ef0876f3e84991972df9d9344a653b4980bef209
3
+ metadata.gz: 6c32b1cf0664572e52297c942d3d8e58b19f2efbc57498e79db616fa341f487a
4
+ data.tar.gz: 9f59f84dae109e1760193c4ca75cda96102b9bb7d5e3f9c8c6f8b28af22fcea9
5
5
  SHA512:
6
- metadata.gz: 28dc47367b7a4c3a9c71d34319da55a538ac062645fcfe7fa3687af18e1d87eb5779fa7e80d27b03d8d866c76f563722d26d5306edd09e58617e12dd2d4e882a
7
- data.tar.gz: d13bad60df255c5fca8f268e6f0160a2d6aeedcdfe71166c090748516c22ece74126ce20790b2b5911fb7c5cbaca954509cdbdc109d2290c88263eaaef3c7dea
6
+ metadata.gz: 6cdee67ad51662a83e23a521012856e94e04bf5d24399d19386de26fd4c34b375d32ed34de961d6bcabc881b987cc22f797465a2eb6f52f0bba58530dd7cbdd0
7
+ data.tar.gz: a4f680c5f9a21181bf4778182d3386d78b20c6b81d696b6021ee56c434a631f184715552fc879749a6e368e3c77fc9367c240bdf06c92e68f75cd4411ef63bb4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.47.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240312
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.46.0 (2024-02-23)
9
+
10
+ * Regenerated from discovery document revision 20240206
11
+ * Regenerated using generator version 0.13.1
12
+
3
13
  ### v0.45.0 (2024-01-22)
4
14
 
5
15
  * Regenerated using generator version 0.13.0
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/identity/) may provide guid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -214,6 +214,165 @@ module Google
214
214
  end
215
215
  end
216
216
 
217
+ # Contains information about browser profiles reported by the Endpoint
218
+ # Verification extension.
219
+ class BrowserAttributes
220
+ include Google::Apis::Core::Hashable
221
+
222
+ # Browser-specific fields reported by the Endpoint Verification extension. LINT.
223
+ # IfChange
224
+ # Corresponds to the JSON property `chromeBrowserInfo`
225
+ # @return [Google::Apis::CloudidentityV1beta1::BrowserInfo]
226
+ attr_accessor :chrome_browser_info
227
+
228
+ # Chrome profile ID that is exposed by the Chrome API. It is unique for each
229
+ # device.
230
+ # Corresponds to the JSON property `chromeProfileId`
231
+ # @return [String]
232
+ attr_accessor :chrome_profile_id
233
+
234
+ # Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.
235
+ # Corresponds to the JSON property `lastProfileSyncTime`
236
+ # @return [String]
237
+ attr_accessor :last_profile_sync_time
238
+
239
+ def initialize(**args)
240
+ update!(**args)
241
+ end
242
+
243
+ # Update properties of this object
244
+ def update!(**args)
245
+ @chrome_browser_info = args[:chrome_browser_info] if args.key?(:chrome_browser_info)
246
+ @chrome_profile_id = args[:chrome_profile_id] if args.key?(:chrome_profile_id)
247
+ @last_profile_sync_time = args[:last_profile_sync_time] if args.key?(:last_profile_sync_time)
248
+ end
249
+ end
250
+
251
+ # Browser-specific fields reported by the Endpoint Verification extension. LINT.
252
+ # IfChange
253
+ class BrowserInfo
254
+ include Google::Apis::Core::Hashable
255
+
256
+ # Output only. Browser's management state.
257
+ # Corresponds to the JSON property `browserManagementState`
258
+ # @return [String]
259
+ attr_accessor :browser_management_state
260
+
261
+ # Version of the request initiating browser.
262
+ # Corresponds to the JSON property `browserVersion`
263
+ # @return [String]
264
+ attr_accessor :browser_version
265
+
266
+ # Current state of [built-in DNS client](https://chromeenterprise.google/
267
+ # policies/#BuiltInDnsClientEnabled).
268
+ # Corresponds to the JSON property `isBuiltInDnsClientEnabled`
269
+ # @return [Boolean]
270
+ attr_accessor :is_built_in_dns_client_enabled
271
+ alias_method :is_built_in_dns_client_enabled?, :is_built_in_dns_client_enabled
272
+
273
+ # Current state of [bulk data analysis](https://chromeenterprise.google/policies/
274
+ # #OnBulkDataEntryEnterpriseConnector). Set to true if provider list from Chrome
275
+ # is non-empty.
276
+ # Corresponds to the JSON property `isBulkDataEntryAnalysisEnabled`
277
+ # @return [Boolean]
278
+ attr_accessor :is_bulk_data_entry_analysis_enabled
279
+ alias_method :is_bulk_data_entry_analysis_enabled?, :is_bulk_data_entry_analysis_enabled
280
+
281
+ # Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#
282
+ # ChromeCleanupEnabled).
283
+ # Corresponds to the JSON property `isChromeCleanupEnabled`
284
+ # @return [Boolean]
285
+ attr_accessor :is_chrome_cleanup_enabled
286
+ alias_method :is_chrome_cleanup_enabled?, :is_chrome_cleanup_enabled
287
+
288
+ # Current state of [Chrome Remote Desktop app](https://chromeenterprise.google/
289
+ # policies/#URLBlocklist).
290
+ # Corresponds to the JSON property `isChromeRemoteDesktopAppBlocked`
291
+ # @return [Boolean]
292
+ attr_accessor :is_chrome_remote_desktop_app_blocked
293
+ alias_method :is_chrome_remote_desktop_app_blocked?, :is_chrome_remote_desktop_app_blocked
294
+
295
+ # Current state of [file download analysis](https://chromeenterprise.google/
296
+ # policies/#OnFileDownloadedEnterpriseConnector). Set to true if provider list
297
+ # from Chrome is non-empty.
298
+ # Corresponds to the JSON property `isFileDownloadAnalysisEnabled`
299
+ # @return [Boolean]
300
+ attr_accessor :is_file_download_analysis_enabled
301
+ alias_method :is_file_download_analysis_enabled?, :is_file_download_analysis_enabled
302
+
303
+ # Current state of [file upload analysis](https://chromeenterprise.google/
304
+ # policies/#OnFileAttachedEnterpriseConnector). Set to true if provider list
305
+ # from Chrome is non-empty.
306
+ # Corresponds to the JSON property `isFileUploadAnalysisEnabled`
307
+ # @return [Boolean]
308
+ attr_accessor :is_file_upload_analysis_enabled
309
+ alias_method :is_file_upload_analysis_enabled?, :is_file_upload_analysis_enabled
310
+
311
+ # Current state of [real-time URL check](https://chromeenterprise.google/
312
+ # policies/#EnterpriseRealTimeUrlCheckMode). Set to true if provider list from
313
+ # Chrome is non-empty.
314
+ # Corresponds to the JSON property `isRealtimeUrlCheckEnabled`
315
+ # @return [Boolean]
316
+ attr_accessor :is_realtime_url_check_enabled
317
+ alias_method :is_realtime_url_check_enabled?, :is_realtime_url_check_enabled
318
+
319
+ # Current state of [security event analysis](https://chromeenterprise.google/
320
+ # policies/#OnSecurityEventEnterpriseConnector). Set to true if provider list
321
+ # from Chrome is non-empty.
322
+ # Corresponds to the JSON property `isSecurityEventAnalysisEnabled`
323
+ # @return [Boolean]
324
+ attr_accessor :is_security_event_analysis_enabled
325
+ alias_method :is_security_event_analysis_enabled?, :is_security_event_analysis_enabled
326
+
327
+ # Current state of [site isolation](https://chromeenterprise.google/policies/?
328
+ # policy=IsolateOrigins).
329
+ # Corresponds to the JSON property `isSiteIsolationEnabled`
330
+ # @return [Boolean]
331
+ attr_accessor :is_site_isolation_enabled
332
+ alias_method :is_site_isolation_enabled?, :is_site_isolation_enabled
333
+
334
+ # Current state of [third-party blocking](https://chromeenterprise.google/
335
+ # policies/#ThirdPartyBlockingEnabled).
336
+ # Corresponds to the JSON property `isThirdPartyBlockingEnabled`
337
+ # @return [Boolean]
338
+ attr_accessor :is_third_party_blocking_enabled
339
+ alias_method :is_third_party_blocking_enabled?, :is_third_party_blocking_enabled
340
+
341
+ # Current state of [password protection trigger](https://chromeenterprise.google/
342
+ # policies/#PasswordProtectionWarningTrigger).
343
+ # Corresponds to the JSON property `passwordProtectionWarningTrigger`
344
+ # @return [String]
345
+ attr_accessor :password_protection_warning_trigger
346
+
347
+ # Current state of [Safe Browsing protection level](https://chromeenterprise.
348
+ # google/policies/#SafeBrowsingProtectionLevel).
349
+ # Corresponds to the JSON property `safeBrowsingProtectionLevel`
350
+ # @return [String]
351
+ attr_accessor :safe_browsing_protection_level
352
+
353
+ def initialize(**args)
354
+ update!(**args)
355
+ end
356
+
357
+ # Update properties of this object
358
+ def update!(**args)
359
+ @browser_management_state = args[:browser_management_state] if args.key?(:browser_management_state)
360
+ @browser_version = args[:browser_version] if args.key?(:browser_version)
361
+ @is_built_in_dns_client_enabled = args[:is_built_in_dns_client_enabled] if args.key?(:is_built_in_dns_client_enabled)
362
+ @is_bulk_data_entry_analysis_enabled = args[:is_bulk_data_entry_analysis_enabled] if args.key?(:is_bulk_data_entry_analysis_enabled)
363
+ @is_chrome_cleanup_enabled = args[:is_chrome_cleanup_enabled] if args.key?(:is_chrome_cleanup_enabled)
364
+ @is_chrome_remote_desktop_app_blocked = args[:is_chrome_remote_desktop_app_blocked] if args.key?(:is_chrome_remote_desktop_app_blocked)
365
+ @is_file_download_analysis_enabled = args[:is_file_download_analysis_enabled] if args.key?(:is_file_download_analysis_enabled)
366
+ @is_file_upload_analysis_enabled = args[:is_file_upload_analysis_enabled] if args.key?(:is_file_upload_analysis_enabled)
367
+ @is_realtime_url_check_enabled = args[:is_realtime_url_check_enabled] if args.key?(:is_realtime_url_check_enabled)
368
+ @is_security_event_analysis_enabled = args[:is_security_event_analysis_enabled] if args.key?(:is_security_event_analysis_enabled)
369
+ @is_site_isolation_enabled = args[:is_site_isolation_enabled] if args.key?(:is_site_isolation_enabled)
370
+ @is_third_party_blocking_enabled = args[:is_third_party_blocking_enabled] if args.key?(:is_third_party_blocking_enabled)
371
+ @password_protection_warning_trigger = args[:password_protection_warning_trigger] if args.key?(:password_protection_warning_trigger)
372
+ @safe_browsing_protection_level = args[:safe_browsing_protection_level] if args.key?(:safe_browsing_protection_level)
373
+ end
374
+ end
375
+
217
376
  # Request to cancel sent invitation for target email in UserInvitation.
218
377
  class CancelUserInvitationRequest
219
378
  include Google::Apis::Core::Hashable
@@ -740,8 +899,8 @@ module Google
740
899
  # @return [String]
741
900
  attr_accessor :encryption_state
742
901
 
743
- # Resource representing the Endpoint Verification-specific attributes of a
744
- # Device. https://cloud.google.com/endpoint-verification/docs/overview
902
+ # Resource representing the [Endpoint Verification-specific attributes](https://
903
+ # cloud.google.com/endpoint-verification/docs/device-information) of a device.
745
904
  # Corresponds to the JSON property `endpointVerificationSpecificAttributes`
746
905
  # @return [Google::Apis::CloudidentityV1beta1::EndpointVerificationSpecificAttributes]
747
906
  attr_accessor :endpoint_verification_specific_attributes
@@ -1060,11 +1219,25 @@ module Google
1060
1219
  end
1061
1220
  end
1062
1221
 
1063
- # Resource representing the Endpoint Verification-specific attributes of a
1064
- # Device. https://cloud.google.com/endpoint-verification/docs/overview
1222
+ # Resource representing the [Endpoint Verification-specific attributes](https://
1223
+ # cloud.google.com/endpoint-verification/docs/device-information) of a device.
1065
1224
  class EndpointVerificationSpecificAttributes
1066
1225
  include Google::Apis::Core::Hashable
1067
1226
 
1227
+ # Additional signals reported by Endpoint Verification. It includes the
1228
+ # following attributes: 1. Non-configurable attributes: hotfixes, av_installed,
1229
+ # av_enabled, windows_domain_name, is_os_native_firewall_enabled, and
1230
+ # is_secure_boot_enabled. 2. Configurable attributes: file_config,
1231
+ # registry_config, and plist_config.
1232
+ # Corresponds to the JSON property `additionalSignals`
1233
+ # @return [Hash<String,Object>]
1234
+ attr_accessor :additional_signals
1235
+
1236
+ # Details of browser profiles reported by Endpoint Verification.
1237
+ # Corresponds to the JSON property `browserAttributes`
1238
+ # @return [Array<Google::Apis::CloudidentityV1beta1::BrowserAttributes>]
1239
+ attr_accessor :browser_attributes
1240
+
1068
1241
  # Details of certificates.
1069
1242
  # Corresponds to the JSON property `certificateAttributes`
1070
1243
  # @return [Array<Google::Apis::CloudidentityV1beta1::CertificateAttributes>]
@@ -1076,6 +1249,8 @@ module Google
1076
1249
 
1077
1250
  # Update properties of this object
1078
1251
  def update!(**args)
1252
+ @additional_signals = args[:additional_signals] if args.key?(:additional_signals)
1253
+ @browser_attributes = args[:browser_attributes] if args.key?(:browser_attributes)
1079
1254
  @certificate_attributes = args[:certificate_attributes] if args.key?(:certificate_attributes)
1080
1255
  end
1081
1256
  end
@@ -1299,6 +1474,168 @@ module Google
1299
1474
  end
1300
1475
  end
1301
1476
 
1477
+ # Contains information about browser profiles reported by the [Endpoint
1478
+ # Verification extension](https://chromewebstore.google.com/detail/endpoint-
1479
+ # verification/callobklhcbilhphinckomhgkigmfocg?pli=1).
1480
+ class GoogleAppsCloudidentityDevicesV1BrowserAttributes
1481
+ include Google::Apis::Core::Hashable
1482
+
1483
+ # Browser-specific fields reported by the [Endpoint Verification extension](
1484
+ # https://chromewebstore.google.com/detail/endpoint-verification/
1485
+ # callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange
1486
+ # Corresponds to the JSON property `chromeBrowserInfo`
1487
+ # @return [Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1BrowserInfo]
1488
+ attr_accessor :chrome_browser_info
1489
+
1490
+ # Chrome profile ID that is exposed by the Chrome API. It is unique for each
1491
+ # device.
1492
+ # Corresponds to the JSON property `chromeProfileId`
1493
+ # @return [String]
1494
+ attr_accessor :chrome_profile_id
1495
+
1496
+ # Timestamp in milliseconds since Epoch when the profile/gcm id was last synced.
1497
+ # Corresponds to the JSON property `lastProfileSyncTime`
1498
+ # @return [String]
1499
+ attr_accessor :last_profile_sync_time
1500
+
1501
+ def initialize(**args)
1502
+ update!(**args)
1503
+ end
1504
+
1505
+ # Update properties of this object
1506
+ def update!(**args)
1507
+ @chrome_browser_info = args[:chrome_browser_info] if args.key?(:chrome_browser_info)
1508
+ @chrome_profile_id = args[:chrome_profile_id] if args.key?(:chrome_profile_id)
1509
+ @last_profile_sync_time = args[:last_profile_sync_time] if args.key?(:last_profile_sync_time)
1510
+ end
1511
+ end
1512
+
1513
+ # Browser-specific fields reported by the [Endpoint Verification extension](
1514
+ # https://chromewebstore.google.com/detail/endpoint-verification/
1515
+ # callobklhcbilhphinckomhgkigmfocg?pli=1). LINT.IfChange
1516
+ class GoogleAppsCloudidentityDevicesV1BrowserInfo
1517
+ include Google::Apis::Core::Hashable
1518
+
1519
+ # Output only. Browser's management state.
1520
+ # Corresponds to the JSON property `browserManagementState`
1521
+ # @return [String]
1522
+ attr_accessor :browser_management_state
1523
+
1524
+ # Version of the request initiating browser.
1525
+ # Corresponds to the JSON property `browserVersion`
1526
+ # @return [String]
1527
+ attr_accessor :browser_version
1528
+
1529
+ # Current state of [built-in DNS client](https://chromeenterprise.google/
1530
+ # policies/#BuiltInDnsClientEnabled).
1531
+ # Corresponds to the JSON property `isBuiltInDnsClientEnabled`
1532
+ # @return [Boolean]
1533
+ attr_accessor :is_built_in_dns_client_enabled
1534
+ alias_method :is_built_in_dns_client_enabled?, :is_built_in_dns_client_enabled
1535
+
1536
+ # Current state of [bulk data analysis](https://chromeenterprise.google/policies/
1537
+ # #OnBulkDataEntryEnterpriseConnector). Set to true if provider list from Chrome
1538
+ # is non-empty.
1539
+ # Corresponds to the JSON property `isBulkDataEntryAnalysisEnabled`
1540
+ # @return [Boolean]
1541
+ attr_accessor :is_bulk_data_entry_analysis_enabled
1542
+ alias_method :is_bulk_data_entry_analysis_enabled?, :is_bulk_data_entry_analysis_enabled
1543
+
1544
+ # Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#
1545
+ # ChromeCleanupEnabled).
1546
+ # Corresponds to the JSON property `isChromeCleanupEnabled`
1547
+ # @return [Boolean]
1548
+ attr_accessor :is_chrome_cleanup_enabled
1549
+ alias_method :is_chrome_cleanup_enabled?, :is_chrome_cleanup_enabled
1550
+
1551
+ # Current state of [Chrome Remote Desktop app](https://chromeenterprise.google/
1552
+ # policies/#URLBlocklist).
1553
+ # Corresponds to the JSON property `isChromeRemoteDesktopAppBlocked`
1554
+ # @return [Boolean]
1555
+ attr_accessor :is_chrome_remote_desktop_app_blocked
1556
+ alias_method :is_chrome_remote_desktop_app_blocked?, :is_chrome_remote_desktop_app_blocked
1557
+
1558
+ # Current state of [file download analysis](https://chromeenterprise.google/
1559
+ # policies/#OnFileDownloadedEnterpriseConnector). Set to true if provider list
1560
+ # from Chrome is non-empty.
1561
+ # Corresponds to the JSON property `isFileDownloadAnalysisEnabled`
1562
+ # @return [Boolean]
1563
+ attr_accessor :is_file_download_analysis_enabled
1564
+ alias_method :is_file_download_analysis_enabled?, :is_file_download_analysis_enabled
1565
+
1566
+ # Current state of [file upload analysis](https://chromeenterprise.google/
1567
+ # policies/#OnFileAttachedEnterpriseConnector). Set to true if provider list
1568
+ # from Chrome is non-empty.
1569
+ # Corresponds to the JSON property `isFileUploadAnalysisEnabled`
1570
+ # @return [Boolean]
1571
+ attr_accessor :is_file_upload_analysis_enabled
1572
+ alias_method :is_file_upload_analysis_enabled?, :is_file_upload_analysis_enabled
1573
+
1574
+ # Current state of [real-time URL check](https://chromeenterprise.google/
1575
+ # policies/#EnterpriseRealTimeUrlCheckMode). Set to true if provider list from
1576
+ # Chrome is non-empty.
1577
+ # Corresponds to the JSON property `isRealtimeUrlCheckEnabled`
1578
+ # @return [Boolean]
1579
+ attr_accessor :is_realtime_url_check_enabled
1580
+ alias_method :is_realtime_url_check_enabled?, :is_realtime_url_check_enabled
1581
+
1582
+ # Current state of [security event analysis](https://chromeenterprise.google/
1583
+ # policies/#OnSecurityEventEnterpriseConnector). Set to true if provider list
1584
+ # from Chrome is non-empty.
1585
+ # Corresponds to the JSON property `isSecurityEventAnalysisEnabled`
1586
+ # @return [Boolean]
1587
+ attr_accessor :is_security_event_analysis_enabled
1588
+ alias_method :is_security_event_analysis_enabled?, :is_security_event_analysis_enabled
1589
+
1590
+ # Current state of [site isolation](https://chromeenterprise.google/policies/?
1591
+ # policy=IsolateOrigins).
1592
+ # Corresponds to the JSON property `isSiteIsolationEnabled`
1593
+ # @return [Boolean]
1594
+ attr_accessor :is_site_isolation_enabled
1595
+ alias_method :is_site_isolation_enabled?, :is_site_isolation_enabled
1596
+
1597
+ # Current state of [third-party blocking](https://chromeenterprise.google/
1598
+ # policies/#ThirdPartyBlockingEnabled).
1599
+ # Corresponds to the JSON property `isThirdPartyBlockingEnabled`
1600
+ # @return [Boolean]
1601
+ attr_accessor :is_third_party_blocking_enabled
1602
+ alias_method :is_third_party_blocking_enabled?, :is_third_party_blocking_enabled
1603
+
1604
+ # Current state of [password protection trigger](https://chromeenterprise.google/
1605
+ # policies/#PasswordProtectionWarningTrigger).
1606
+ # Corresponds to the JSON property `passwordProtectionWarningTrigger`
1607
+ # @return [String]
1608
+ attr_accessor :password_protection_warning_trigger
1609
+
1610
+ # Current state of [Safe Browsing protection level](https://chromeenterprise.
1611
+ # google/policies/#SafeBrowsingProtectionLevel).
1612
+ # Corresponds to the JSON property `safeBrowsingProtectionLevel`
1613
+ # @return [String]
1614
+ attr_accessor :safe_browsing_protection_level
1615
+
1616
+ def initialize(**args)
1617
+ update!(**args)
1618
+ end
1619
+
1620
+ # Update properties of this object
1621
+ def update!(**args)
1622
+ @browser_management_state = args[:browser_management_state] if args.key?(:browser_management_state)
1623
+ @browser_version = args[:browser_version] if args.key?(:browser_version)
1624
+ @is_built_in_dns_client_enabled = args[:is_built_in_dns_client_enabled] if args.key?(:is_built_in_dns_client_enabled)
1625
+ @is_bulk_data_entry_analysis_enabled = args[:is_bulk_data_entry_analysis_enabled] if args.key?(:is_bulk_data_entry_analysis_enabled)
1626
+ @is_chrome_cleanup_enabled = args[:is_chrome_cleanup_enabled] if args.key?(:is_chrome_cleanup_enabled)
1627
+ @is_chrome_remote_desktop_app_blocked = args[:is_chrome_remote_desktop_app_blocked] if args.key?(:is_chrome_remote_desktop_app_blocked)
1628
+ @is_file_download_analysis_enabled = args[:is_file_download_analysis_enabled] if args.key?(:is_file_download_analysis_enabled)
1629
+ @is_file_upload_analysis_enabled = args[:is_file_upload_analysis_enabled] if args.key?(:is_file_upload_analysis_enabled)
1630
+ @is_realtime_url_check_enabled = args[:is_realtime_url_check_enabled] if args.key?(:is_realtime_url_check_enabled)
1631
+ @is_security_event_analysis_enabled = args[:is_security_event_analysis_enabled] if args.key?(:is_security_event_analysis_enabled)
1632
+ @is_site_isolation_enabled = args[:is_site_isolation_enabled] if args.key?(:is_site_isolation_enabled)
1633
+ @is_third_party_blocking_enabled = args[:is_third_party_blocking_enabled] if args.key?(:is_third_party_blocking_enabled)
1634
+ @password_protection_warning_trigger = args[:password_protection_warning_trigger] if args.key?(:password_protection_warning_trigger)
1635
+ @safe_browsing_protection_level = args[:safe_browsing_protection_level] if args.key?(:safe_browsing_protection_level)
1636
+ end
1637
+ end
1638
+
1302
1639
  # Metadata for CancelWipeDevice LRO.
1303
1640
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
1304
1641
  include Google::Apis::Core::Hashable
@@ -1366,6 +1703,105 @@ module Google
1366
1703
  end
1367
1704
  end
1368
1705
 
1706
+ # Stores information about a certificate.
1707
+ class GoogleAppsCloudidentityDevicesV1CertificateAttributes
1708
+ include Google::Apis::Core::Hashable
1709
+
1710
+ # CertificateTemplate (v3 Extension in X.509).
1711
+ # Corresponds to the JSON property `certificateTemplate`
1712
+ # @return [Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1CertificateTemplate]
1713
+ attr_accessor :certificate_template
1714
+
1715
+ # The encoded certificate fingerprint.
1716
+ # Corresponds to the JSON property `fingerprint`
1717
+ # @return [String]
1718
+ attr_accessor :fingerprint
1719
+
1720
+ # The name of the issuer of this certificate.
1721
+ # Corresponds to the JSON property `issuer`
1722
+ # @return [String]
1723
+ attr_accessor :issuer
1724
+
1725
+ # Serial number of the certificate, Example: "123456789".
1726
+ # Corresponds to the JSON property `serialNumber`
1727
+ # @return [String]
1728
+ attr_accessor :serial_number
1729
+
1730
+ # The subject name of this certificate.
1731
+ # Corresponds to the JSON property `subject`
1732
+ # @return [String]
1733
+ attr_accessor :subject
1734
+
1735
+ # The certificate thumbprint.
1736
+ # Corresponds to the JSON property `thumbprint`
1737
+ # @return [String]
1738
+ attr_accessor :thumbprint
1739
+
1740
+ # Output only. Validation state of this certificate.
1741
+ # Corresponds to the JSON property `validationState`
1742
+ # @return [String]
1743
+ attr_accessor :validation_state
1744
+
1745
+ # Certificate not valid at or after this timestamp.
1746
+ # Corresponds to the JSON property `validityExpirationTime`
1747
+ # @return [String]
1748
+ attr_accessor :validity_expiration_time
1749
+
1750
+ # Certificate not valid before this timestamp.
1751
+ # Corresponds to the JSON property `validityStartTime`
1752
+ # @return [String]
1753
+ attr_accessor :validity_start_time
1754
+
1755
+ def initialize(**args)
1756
+ update!(**args)
1757
+ end
1758
+
1759
+ # Update properties of this object
1760
+ def update!(**args)
1761
+ @certificate_template = args[:certificate_template] if args.key?(:certificate_template)
1762
+ @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
1763
+ @issuer = args[:issuer] if args.key?(:issuer)
1764
+ @serial_number = args[:serial_number] if args.key?(:serial_number)
1765
+ @subject = args[:subject] if args.key?(:subject)
1766
+ @thumbprint = args[:thumbprint] if args.key?(:thumbprint)
1767
+ @validation_state = args[:validation_state] if args.key?(:validation_state)
1768
+ @validity_expiration_time = args[:validity_expiration_time] if args.key?(:validity_expiration_time)
1769
+ @validity_start_time = args[:validity_start_time] if args.key?(:validity_start_time)
1770
+ end
1771
+ end
1772
+
1773
+ # CertificateTemplate (v3 Extension in X.509).
1774
+ class GoogleAppsCloudidentityDevicesV1CertificateTemplate
1775
+ include Google::Apis::Core::Hashable
1776
+
1777
+ # The template id of the template. Example: "1.3.6.1.4.1.311.21.8.15608621.
1778
+ # 11768144.5720724.16068415.6889630.81.2472537.7784047".
1779
+ # Corresponds to the JSON property `id`
1780
+ # @return [String]
1781
+ attr_accessor :id
1782
+
1783
+ # The Major version of the template. Example: 100.
1784
+ # Corresponds to the JSON property `majorVersion`
1785
+ # @return [Fixnum]
1786
+ attr_accessor :major_version
1787
+
1788
+ # The minor version of the template. Example: 12.
1789
+ # Corresponds to the JSON property `minorVersion`
1790
+ # @return [Fixnum]
1791
+ attr_accessor :minor_version
1792
+
1793
+ def initialize(**args)
1794
+ update!(**args)
1795
+ end
1796
+
1797
+ # Update properties of this object
1798
+ def update!(**args)
1799
+ @id = args[:id] if args.key?(:id)
1800
+ @major_version = args[:major_version] if args.key?(:major_version)
1801
+ @minor_version = args[:minor_version] if args.key?(:minor_version)
1802
+ end
1803
+ end
1804
+
1369
1805
  # Represents the state associated with an API client calling the Devices API.
1370
1806
  # Resource representing ClientState and supports updates from API users
1371
1807
  class GoogleAppsCloudidentityDevicesV1ClientState
@@ -1616,6 +2052,12 @@ module Google
1616
2052
  # @return [String]
1617
2053
  attr_accessor :encryption_state
1618
2054
 
2055
+ # Resource representing the [Endpoint Verification-specific attributes](https://
2056
+ # cloud.google.com/endpoint-verification/docs/device-information) of a device.
2057
+ # Corresponds to the JSON property `endpointVerificationSpecificAttributes`
2058
+ # @return [Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes]
2059
+ attr_accessor :endpoint_verification_specific_attributes
2060
+
1619
2061
  # Host name of the device.
1620
2062
  # Corresponds to the JSON property `hostname`
1621
2063
  # @return [String]
@@ -1726,6 +2168,7 @@ module Google
1726
2168
  @enabled_developer_options = args[:enabled_developer_options] if args.key?(:enabled_developer_options)
1727
2169
  @enabled_usb_debugging = args[:enabled_usb_debugging] if args.key?(:enabled_usb_debugging)
1728
2170
  @encryption_state = args[:encryption_state] if args.key?(:encryption_state)
2171
+ @endpoint_verification_specific_attributes = args[:endpoint_verification_specific_attributes] if args.key?(:endpoint_verification_specific_attributes)
1729
2172
  @hostname = args[:hostname] if args.key?(:hostname)
1730
2173
  @imei = args[:imei] if args.key?(:imei)
1731
2174
  @kernel_version = args[:kernel_version] if args.key?(:kernel_version)
@@ -1823,6 +2266,43 @@ module Google
1823
2266
  end
1824
2267
  end
1825
2268
 
2269
+ # Resource representing the [Endpoint Verification-specific attributes](https://
2270
+ # cloud.google.com/endpoint-verification/docs/device-information) of a device.
2271
+ class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
2272
+ include Google::Apis::Core::Hashable
2273
+
2274
+ # Additional signals reported by Endpoint Verification. It includes the
2275
+ # following attributes: 1. Non-configurable attributes: hotfixes, av_installed,
2276
+ # av_enabled, windows_domain_name, is_os_native_firewall_enabled, and
2277
+ # is_secure_boot_enabled. 2. [Configurable attributes](https://cloud.google.com/
2278
+ # endpoint-verification/docs/collect-config-attributes): file, folder, and
2279
+ # binary attributes; registry entries; and properties in a plist.
2280
+ # Corresponds to the JSON property `additionalSignals`
2281
+ # @return [Hash<String,Object>]
2282
+ attr_accessor :additional_signals
2283
+
2284
+ # Details of browser profiles reported by Endpoint Verification.
2285
+ # Corresponds to the JSON property `browserAttributes`
2286
+ # @return [Array<Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1BrowserAttributes>]
2287
+ attr_accessor :browser_attributes
2288
+
2289
+ # Details of certificates.
2290
+ # Corresponds to the JSON property `certificateAttributes`
2291
+ # @return [Array<Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1CertificateAttributes>]
2292
+ attr_accessor :certificate_attributes
2293
+
2294
+ def initialize(**args)
2295
+ update!(**args)
2296
+ end
2297
+
2298
+ # Update properties of this object
2299
+ def update!(**args)
2300
+ @additional_signals = args[:additional_signals] if args.key?(:additional_signals)
2301
+ @browser_attributes = args[:browser_attributes] if args.key?(:browser_attributes)
2302
+ @certificate_attributes = args[:certificate_attributes] if args.key?(:certificate_attributes)
2303
+ end
2304
+ end
2305
+
1826
2306
  # Metadata for ListEndpointApps LRO.
1827
2307
  class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
1828
2308
  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.45.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240101"
25
+ REVISION = "20240312"
26
26
  end
27
27
  end
28
28
  end
@@ -64,6 +64,18 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
+ class BrowserAttributes
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class BrowserInfo
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
67
79
  class CancelUserInvitationRequest
68
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
81
 
@@ -250,6 +262,18 @@ module Google
250
262
  include Google::Apis::Core::JsonObjectSupport
251
263
  end
252
264
 
265
+ class GoogleAppsCloudidentityDevicesV1BrowserAttributes
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GoogleAppsCloudidentityDevicesV1BrowserInfo
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
253
277
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
254
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
279
 
@@ -274,6 +298,18 @@ module Google
274
298
  include Google::Apis::Core::JsonObjectSupport
275
299
  end
276
300
 
301
+ class GoogleAppsCloudidentityDevicesV1CertificateAttributes
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class GoogleAppsCloudidentityDevicesV1CertificateTemplate
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
277
313
  class GoogleAppsCloudidentityDevicesV1ClientState
278
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
315
 
@@ -316,6 +352,12 @@ module Google
316
352
  include Google::Apis::Core::JsonObjectSupport
317
353
  end
318
354
 
355
+ class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
319
361
  class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
320
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
321
363
 
@@ -751,6 +793,36 @@ module Google
751
793
  end
752
794
  end
753
795
 
796
+ class BrowserAttributes
797
+ # @private
798
+ class Representation < Google::Apis::Core::JsonRepresentation
799
+ property :chrome_browser_info, as: 'chromeBrowserInfo', class: Google::Apis::CloudidentityV1beta1::BrowserInfo, decorator: Google::Apis::CloudidentityV1beta1::BrowserInfo::Representation
800
+
801
+ property :chrome_profile_id, as: 'chromeProfileId'
802
+ property :last_profile_sync_time, as: 'lastProfileSyncTime'
803
+ end
804
+ end
805
+
806
+ class BrowserInfo
807
+ # @private
808
+ class Representation < Google::Apis::Core::JsonRepresentation
809
+ property :browser_management_state, as: 'browserManagementState'
810
+ property :browser_version, as: 'browserVersion'
811
+ property :is_built_in_dns_client_enabled, as: 'isBuiltInDnsClientEnabled'
812
+ property :is_bulk_data_entry_analysis_enabled, as: 'isBulkDataEntryAnalysisEnabled'
813
+ property :is_chrome_cleanup_enabled, as: 'isChromeCleanupEnabled'
814
+ property :is_chrome_remote_desktop_app_blocked, as: 'isChromeRemoteDesktopAppBlocked'
815
+ property :is_file_download_analysis_enabled, as: 'isFileDownloadAnalysisEnabled'
816
+ property :is_file_upload_analysis_enabled, as: 'isFileUploadAnalysisEnabled'
817
+ property :is_realtime_url_check_enabled, as: 'isRealtimeUrlCheckEnabled'
818
+ property :is_security_event_analysis_enabled, as: 'isSecurityEventAnalysisEnabled'
819
+ property :is_site_isolation_enabled, as: 'isSiteIsolationEnabled'
820
+ property :is_third_party_blocking_enabled, as: 'isThirdPartyBlockingEnabled'
821
+ property :password_protection_warning_trigger, as: 'passwordProtectionWarningTrigger'
822
+ property :safe_browsing_protection_level, as: 'safeBrowsingProtectionLevel'
823
+ end
824
+ end
825
+
754
826
  class CancelUserInvitationRequest
755
827
  # @private
756
828
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -978,6 +1050,9 @@ module Google
978
1050
  class EndpointVerificationSpecificAttributes
979
1051
  # @private
980
1052
  class Representation < Google::Apis::Core::JsonRepresentation
1053
+ hash :additional_signals, as: 'additionalSignals'
1054
+ collection :browser_attributes, as: 'browserAttributes', class: Google::Apis::CloudidentityV1beta1::BrowserAttributes, decorator: Google::Apis::CloudidentityV1beta1::BrowserAttributes::Representation
1055
+
981
1056
  collection :certificate_attributes, as: 'certificateAttributes', class: Google::Apis::CloudidentityV1beta1::CertificateAttributes, decorator: Google::Apis::CloudidentityV1beta1::CertificateAttributes::Representation
982
1057
 
983
1058
  end
@@ -1050,6 +1125,36 @@ module Google
1050
1125
  end
1051
1126
  end
1052
1127
 
1128
+ class GoogleAppsCloudidentityDevicesV1BrowserAttributes
1129
+ # @private
1130
+ class Representation < Google::Apis::Core::JsonRepresentation
1131
+ property :chrome_browser_info, as: 'chromeBrowserInfo', class: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1BrowserInfo, decorator: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1BrowserInfo::Representation
1132
+
1133
+ property :chrome_profile_id, as: 'chromeProfileId'
1134
+ property :last_profile_sync_time, as: 'lastProfileSyncTime'
1135
+ end
1136
+ end
1137
+
1138
+ class GoogleAppsCloudidentityDevicesV1BrowserInfo
1139
+ # @private
1140
+ class Representation < Google::Apis::Core::JsonRepresentation
1141
+ property :browser_management_state, as: 'browserManagementState'
1142
+ property :browser_version, as: 'browserVersion'
1143
+ property :is_built_in_dns_client_enabled, as: 'isBuiltInDnsClientEnabled'
1144
+ property :is_bulk_data_entry_analysis_enabled, as: 'isBulkDataEntryAnalysisEnabled'
1145
+ property :is_chrome_cleanup_enabled, as: 'isChromeCleanupEnabled'
1146
+ property :is_chrome_remote_desktop_app_blocked, as: 'isChromeRemoteDesktopAppBlocked'
1147
+ property :is_file_download_analysis_enabled, as: 'isFileDownloadAnalysisEnabled'
1148
+ property :is_file_upload_analysis_enabled, as: 'isFileUploadAnalysisEnabled'
1149
+ property :is_realtime_url_check_enabled, as: 'isRealtimeUrlCheckEnabled'
1150
+ property :is_security_event_analysis_enabled, as: 'isSecurityEventAnalysisEnabled'
1151
+ property :is_site_isolation_enabled, as: 'isSiteIsolationEnabled'
1152
+ property :is_third_party_blocking_enabled, as: 'isThirdPartyBlockingEnabled'
1153
+ property :password_protection_warning_trigger, as: 'passwordProtectionWarningTrigger'
1154
+ property :safe_browsing_protection_level, as: 'safeBrowsingProtectionLevel'
1155
+ end
1156
+ end
1157
+
1053
1158
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
1054
1159
  # @private
1055
1160
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1078,6 +1183,31 @@ module Google
1078
1183
  end
1079
1184
  end
1080
1185
 
1186
+ class GoogleAppsCloudidentityDevicesV1CertificateAttributes
1187
+ # @private
1188
+ class Representation < Google::Apis::Core::JsonRepresentation
1189
+ property :certificate_template, as: 'certificateTemplate', class: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1CertificateTemplate, decorator: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1CertificateTemplate::Representation
1190
+
1191
+ property :fingerprint, as: 'fingerprint'
1192
+ property :issuer, as: 'issuer'
1193
+ property :serial_number, as: 'serialNumber'
1194
+ property :subject, as: 'subject'
1195
+ property :thumbprint, as: 'thumbprint'
1196
+ property :validation_state, as: 'validationState'
1197
+ property :validity_expiration_time, as: 'validityExpirationTime'
1198
+ property :validity_start_time, as: 'validityStartTime'
1199
+ end
1200
+ end
1201
+
1202
+ class GoogleAppsCloudidentityDevicesV1CertificateTemplate
1203
+ # @private
1204
+ class Representation < Google::Apis::Core::JsonRepresentation
1205
+ property :id, as: 'id'
1206
+ property :major_version, as: 'majorVersion'
1207
+ property :minor_version, as: 'minorVersion'
1208
+ end
1209
+ end
1210
+
1081
1211
  class GoogleAppsCloudidentityDevicesV1ClientState
1082
1212
  # @private
1083
1213
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1141,6 +1271,8 @@ module Google
1141
1271
  property :enabled_developer_options, as: 'enabledDeveloperOptions'
1142
1272
  property :enabled_usb_debugging, as: 'enabledUsbDebugging'
1143
1273
  property :encryption_state, as: 'encryptionState'
1274
+ property :endpoint_verification_specific_attributes, as: 'endpointVerificationSpecificAttributes', class: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes, decorator: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes::Representation
1275
+
1144
1276
  property :hostname, as: 'hostname'
1145
1277
  property :imei, as: 'imei'
1146
1278
  property :kernel_version, as: 'kernelVersion'
@@ -1177,6 +1309,17 @@ module Google
1177
1309
  end
1178
1310
  end
1179
1311
 
1312
+ class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
1313
+ # @private
1314
+ class Representation < Google::Apis::Core::JsonRepresentation
1315
+ hash :additional_signals, as: 'additionalSignals'
1316
+ collection :browser_attributes, as: 'browserAttributes', class: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1BrowserAttributes, decorator: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1BrowserAttributes::Representation
1317
+
1318
+ collection :certificate_attributes, as: 'certificateAttributes', class: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1CertificateAttributes, decorator: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1CertificateAttributes::Representation
1319
+
1320
+ end
1321
+ end
1322
+
1180
1323
  class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
1181
1324
  # @private
1182
1325
  class Representation < Google::Apis::Core::JsonRepresentation
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.45.0
4
+ version: 0.47.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: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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/main/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Identity API V1beta1