Skip to content

Commit 7b303c6

Browse files
feat: Automated regeneration of VerifiedAccess client (googleapis#13174)
Auto-created at 2025-03-19 13:14:38 +0000 using the toys pull request generator.
1 parent 8452b1b commit 7b303c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 "20250225"
23+
@discovery_revision "20250311"
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
@@ -40,7 +40,7 @@ defmodule GoogleApi.VerifiedAccess.V2.Model.DeviceSignals do
4040
* `screenLockSecured` (*type:* `String.t`, *default:* `nil`) - Output only. The state of the Screen Lock password protection. On ChromeOS, this value will always be ENABLED as there is not way to disable requiring a password or pin when unlocking the device.
4141
* `builtInDnsClientEnabled` (*type:* `boolean()`, *default:* `nil`) - Output only. Whether Chrome's built-in DNS client is used. The OS DNS client is otherwise used. This value may be controlled by an enterprise policy: https://chromeenterprise.google/policies/#BuiltInDnsClientEnabled.
4242
* `imei` (*type:* `list(String.t)`, *default:* `nil`) - Output only. International Mobile Equipment Identity (IMEI) of the device. Available on ChromeOS only.
43-
* `thirdPartyBlockingEnabled` (*type:* `boolean()`, *default:* `nil`) - Output only. Whether Chrome is blocking third-party software injection or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.
43+
* `thirdPartyBlockingEnabled` (*type:* `boolean()`, *default:* `nil`) - Output only. Deprecated. The corresponding policy is now deprecated. Whether Chrome is blocking third-party software injection or not. This setting may be controlled by an enterprise policy: https://chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.
4444
* `osFirewall` (*type:* `String.t`, *default:* `nil`) - Output only. 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.
4545
* `profileEnrollmentDomain` (*type:* `String.t`, *default:* `nil`) - Output only. Enrollment domain of the customer which is currently managing the profile.
4646
* `crowdStrikeAgent` (*type:* `GoogleApi.VerifiedAccess.V2.Model.CrowdStrikeAgent.t`, *default:* `nil`) - Output only. Crowdstrike agent properties installed on the device, if any. Available on Windows and MacOS only.

0 commit comments

Comments
 (0)