google-apis-cloudidentity_v1 0.44.0 → 0.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 719c8e8820200182dee4abfd68d242d06bffbfe13db139a342e33ed86f4b2bd2
|
|
4
|
+
data.tar.gz: d2532e6303e1ee8cfb6e6617fae03c30bc2be8e8ee3a25b7e1750e306ea9cd31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c49363d396b08b088b79c395d7514435d810d4bb43bf331096ddeeea7b3952ef361643c98f388cb33a5eb37446f5401c28f3effcfd5ebe58fcb11403ff1febd9
|
|
7
|
+
data.tar.gz: a558722168942397b4dec8c1b025ef408fc8bcd04cd3fcfa6847a593fc9e5a6710cef8acf8af5aa51e295c73f73c491d150a380dbca5d20752a5373784e7e319
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-cloudidentity_v1
|
|
2
2
|
|
|
3
|
+
### v0.45.0 (2024-09-29)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240924
|
|
6
|
+
* Regenerated using generator version 0.15.1
|
|
7
|
+
|
|
3
8
|
### v0.44.0 (2024-06-16)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240611
|
|
@@ -623,7 +623,7 @@ module Google
|
|
|
623
623
|
|
|
624
624
|
# Browser-specific fields reported by the [Endpoint Verification extension](
|
|
625
625
|
# https://chromewebstore.google.com/detail/endpoint-verification/
|
|
626
|
-
# callobklhcbilhphinckomhgkigmfocg?pli=1).
|
|
626
|
+
# callobklhcbilhphinckomhgkigmfocg?pli=1).
|
|
627
627
|
# Corresponds to the JSON property `chromeBrowserInfo`
|
|
628
628
|
# @return [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1BrowserInfo]
|
|
629
629
|
attr_accessor :chrome_browser_info
|
|
@@ -634,7 +634,8 @@ module Google
|
|
|
634
634
|
# @return [String]
|
|
635
635
|
attr_accessor :chrome_profile_id
|
|
636
636
|
|
|
637
|
-
# Timestamp in milliseconds since
|
|
637
|
+
# Timestamp in milliseconds since the Unix epoch when the profile/gcm id was
|
|
638
|
+
# last synced.
|
|
638
639
|
# Corresponds to the JSON property `lastProfileSyncTime`
|
|
639
640
|
# @return [String]
|
|
640
641
|
attr_accessor :last_profile_sync_time
|
|
@@ -653,7 +654,7 @@ module Google
|
|
|
653
654
|
|
|
654
655
|
# Browser-specific fields reported by the [Endpoint Verification extension](
|
|
655
656
|
# https://chromewebstore.google.com/detail/endpoint-verification/
|
|
656
|
-
# callobklhcbilhphinckomhgkigmfocg?pli=1).
|
|
657
|
+
# callobklhcbilhphinckomhgkigmfocg?pli=1).
|
|
657
658
|
class GoogleAppsCloudidentityDevicesV1BrowserInfo
|
|
658
659
|
include Google::Apis::Core::Hashable
|
|
659
660
|
|
|
@@ -662,7 +663,7 @@ module Google
|
|
|
662
663
|
# @return [String]
|
|
663
664
|
attr_accessor :browser_management_state
|
|
664
665
|
|
|
665
|
-
# Version of the request initiating browser.
|
|
666
|
+
# Version of the request initiating browser. E.g. `91.0.4442.4`.
|
|
666
667
|
# Corresponds to the JSON property `browserVersion`
|
|
667
668
|
# @return [String]
|
|
668
669
|
attr_accessor :browser_version
|
|
@@ -1464,10 +1465,11 @@ module Google
|
|
|
1464
1465
|
class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
|
|
1465
1466
|
include Google::Apis::Core::Hashable
|
|
1466
1467
|
|
|
1467
|
-
# Additional signals
|
|
1468
|
-
#
|
|
1468
|
+
# [Additional signals](https://cloud.google.com/endpoint-verification/docs/
|
|
1469
|
+
# device-information) reported by Endpoint Verification. It includes the
|
|
1470
|
+
# following attributes: * Non-configurable attributes: hotfixes, av_installed,
|
|
1469
1471
|
# av_enabled, windows_domain_name, is_os_native_firewall_enabled, and
|
|
1470
|
-
# is_secure_boot_enabled.
|
|
1472
|
+
# is_secure_boot_enabled. * [Configurable attributes](https://cloud.google.com/
|
|
1471
1473
|
# endpoint-verification/docs/collect-config-attributes): file, folder, and
|
|
1472
1474
|
# binary attributes; registry entries; and properties in a plist.
|
|
1473
1475
|
# Corresponds to the JSON property `additionalSignals`
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudidentityV1
|
|
18
18
|
# Version of the google-apis-cloudidentity_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.45.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.15.
|
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240924"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudidentity_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.45.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-
|
|
11
|
+
date: 2024-09-29 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.45.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|