google-apis-cloudidentity_v1beta1 0.46.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: 378e24e58200a30b9bff02d1ca79715f599c340b3fbf7d172a89be34138056a9
4
- data.tar.gz: 4f978c949207ceda3cd69710649af23d90519ed36828b4dec5edd5e535a4a71d
3
+ metadata.gz: 6c32b1cf0664572e52297c942d3d8e58b19f2efbc57498e79db616fa341f487a
4
+ data.tar.gz: 9f59f84dae109e1760193c4ca75cda96102b9bb7d5e3f9c8c6f8b28af22fcea9
5
5
  SHA512:
6
- metadata.gz: 18304d3d546b35588a68006dbbaa91ffe8d7565ed54e50bda79052608c0fb5980cc849ac765f1b8a6957e4b15475d1ca47b7a7d669202a839c719e947fa9d65d
7
- data.tar.gz: 7b41a857d741b19d3b089d343ae09c1ef3efcc70160ae2d64bc5e739d6da479ab3fdb4055861f7152752b7788a834e862108aebf8cdeceb9b2afe694fba43b36
6
+ metadata.gz: 6cdee67ad51662a83e23a521012856e94e04bf5d24399d19386de26fd4c34b375d32ed34de961d6bcabc881b987cc22f797465a2eb6f52f0bba58530dd7cbdd0
7
+ data.tar.gz: a4f680c5f9a21181bf4778182d3386d78b20c6b81d696b6021ee56c434a631f184715552fc879749a6e368e3c77fc9367c240bdf06c92e68f75cd4411ef63bb4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.46.0 (2024-02-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240206
@@ -1474,6 +1474,168 @@ module Google
1474
1474
  end
1475
1475
  end
1476
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
+
1477
1639
  # Metadata for CancelWipeDevice LRO.
1478
1640
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
1479
1641
  include Google::Apis::Core::Hashable
@@ -1541,6 +1703,105 @@ module Google
1541
1703
  end
1542
1704
  end
1543
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
+
1544
1805
  # Represents the state associated with an API client calling the Devices API.
1545
1806
  # Resource representing ClientState and supports updates from API users
1546
1807
  class GoogleAppsCloudidentityDevicesV1ClientState
@@ -1791,6 +2052,12 @@ module Google
1791
2052
  # @return [String]
1792
2053
  attr_accessor :encryption_state
1793
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
+
1794
2061
  # Host name of the device.
1795
2062
  # Corresponds to the JSON property `hostname`
1796
2063
  # @return [String]
@@ -1901,6 +2168,7 @@ module Google
1901
2168
  @enabled_developer_options = args[:enabled_developer_options] if args.key?(:enabled_developer_options)
1902
2169
  @enabled_usb_debugging = args[:enabled_usb_debugging] if args.key?(:enabled_usb_debugging)
1903
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)
1904
2172
  @hostname = args[:hostname] if args.key?(:hostname)
1905
2173
  @imei = args[:imei] if args.key?(:imei)
1906
2174
  @kernel_version = args[:kernel_version] if args.key?(:kernel_version)
@@ -1998,6 +2266,43 @@ module Google
1998
2266
  end
1999
2267
  end
2000
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
+
2001
2306
  # Metadata for ListEndpointApps LRO.
2002
2307
  class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
2003
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.46.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.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240206"
25
+ REVISION = "20240312"
26
26
  end
27
27
  end
28
28
  end
@@ -262,6 +262,18 @@ module Google
262
262
  include Google::Apis::Core::JsonObjectSupport
263
263
  end
264
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
+
265
277
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
266
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
279
 
@@ -286,6 +298,18 @@ module Google
286
298
  include Google::Apis::Core::JsonObjectSupport
287
299
  end
288
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
+
289
313
  class GoogleAppsCloudidentityDevicesV1ClientState
290
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
315
 
@@ -328,6 +352,12 @@ module Google
328
352
  include Google::Apis::Core::JsonObjectSupport
329
353
  end
330
354
 
355
+ class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
331
361
  class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
332
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
333
363
 
@@ -1095,6 +1125,36 @@ module Google
1095
1125
  end
1096
1126
  end
1097
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
+
1098
1158
  class GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata
1099
1159
  # @private
1100
1160
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1123,6 +1183,31 @@ module Google
1123
1183
  end
1124
1184
  end
1125
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
+
1126
1211
  class GoogleAppsCloudidentityDevicesV1ClientState
1127
1212
  # @private
1128
1213
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1186,6 +1271,8 @@ module Google
1186
1271
  property :enabled_developer_options, as: 'enabledDeveloperOptions'
1187
1272
  property :enabled_usb_debugging, as: 'enabledUsbDebugging'
1188
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
+
1189
1276
  property :hostname, as: 'hostname'
1190
1277
  property :imei, as: 'imei'
1191
1278
  property :kernel_version, as: 'kernelVersion'
@@ -1222,6 +1309,17 @@ module Google
1222
1309
  end
1223
1310
  end
1224
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
+
1225
1323
  class GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata
1226
1324
  # @private
1227
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.46.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-02-25 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
@@ -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.46.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: []