Skip to content

Commit d58429e

Browse files
feat(verifiedaccess): update the api
#### verifiedaccess:v2 The following keys were added: - schemas.DeviceSignals.properties.thirdPartyBlockingEnabled.deprecated (Total Keys: 1)
1 parent 63ec516 commit d58429e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/dyn/verifiedaccess_v2.challenge.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h3>Method Details</h3>
187187
&quot;systemDnsServers&quot;: [ # List of the addesses of all OS level DNS servers configured in the device&#x27;s network settings.
188188
&quot;A String&quot;,
189189
],
190-
&quot;thirdPartyBlockingEnabled&quot;: True or False, # 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.
190+
&quot;thirdPartyBlockingEnabled&quot;: True or False, # 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.
191191
&quot;trigger&quot;: &quot;A String&quot;, # Output only. The trigger which generated this set of signals.
192192
&quot;windowsMachineDomain&quot;: &quot;A String&quot;, # Output only. Windows domain that the current machine has joined. Available on Windows only.
193193
&quot;windowsUserDomain&quot;: &quot;A String&quot;, # Output only. Windows domain for the current OS user. Available on Windows only.

googleapiclient/discovery_cache/documents/verifiedaccess.v2.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147
}
148148
},
149-
"revision": "20250225",
149+
"revision": "20250311",
150150
"rootUrl": "https://verifiedaccess.googleapis.com/",
151151
"schemas": {
152152
"Antivirus": {
@@ -468,7 +468,8 @@
468468
"type": "array"
469469
},
470470
"thirdPartyBlockingEnabled": {
471-
"description": "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.",
471+
"deprecated": true,
472+
"description": "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.",
472473
"readOnly": true,
473474
"type": "boolean"
474475
},

0 commit comments

Comments
 (0)