Skip to content

Commit e513ad9

Browse files
feat: Automated regeneration of VerifiedAccess client (googleapis#12565)
Auto-created at 2024-11-19 13:13:57 +0000 using the toys pull request generator.
1 parent 9967d3e commit e513ad9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/verified_access/lib/google_api/verified_access/v2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.VerifiedAccess.V2 do
2020
API client metadata for GoogleApi.VerifiedAccess.V2.
2121
"""
2222

23-
@discovery_revision "20241001"
23+
@discovery_revision "20241112"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/verified_access/lib/google_api/verified_access/v2/model/device_signals.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defmodule GoogleApi.VerifiedAccess.V2.Model.DeviceSignals do
3737
* `macAddresses` (*type:* `list(String.t)`, *default:* `nil`) - MAC addresses of the device.
3838
* `meid` (*type:* `list(String.t)`, *default:* `nil`) - Mobile Equipment Identifier (MEID) of the device. Available on ChromeOS only.
3939
* `operatingSystem` (*type:* `String.t`, *default:* `nil`) - The type of the Operating System currently running on the device.
40-
* `osFirewall` (*type:* `String.t`, *default:* `nil`) - The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular devices and UNKNOWN on devices in developer mode. The signal is currently not available on MacOS 15 (Sequoia) and later.
40+
* `osFirewall` (*type:* `String.t`, *default:* `nil`) - The state of the OS level firewall. On ChromeOS, the value will always be ENABLED on regular devices and UNKNOWN on devices in developer mode. Support for MacOS 15 (Sequoia) and later has been introduced in Chrome M131.
4141
* `osVersion` (*type:* `String.t`, *default:* `nil`) - The current version of the Operating System. On Windows and linux, the value will also include the security patch information.
4242
* `passwordProtectionWarningTrigger` (*type:* `String.t`, *default:* `nil`) - Whether the Password Protection Warning feature is enabled or not. Password protection alerts users when they reuse their protected password on potentially suspicious sites. This setting is controlled by an enterprise policy: https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger. Note that the policy unset does not have the same effects as having the policy explicitly set to `PASSWORD_PROTECTION_OFF`.
4343
* `profileAffiliationIds` (*type:* `list(String.t)`, *default:* `nil`) - Affiliation IDs of the organizations that are affiliated with the organization that is currently managing the Chrome Profile’s user or ChromeOS user.

clients/verified_access/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.VerifiedAccess.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.10.1"
21+
@version "0.10.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)