Skip to content

Commit fbd86e4

Browse files
feat(verifiedaccess): update the API
#### verifiedaccess:v2 The following keys were added: - schemas.DeviceSignals.properties.thirdPartyBlockingEnabled.deprecated The following keys were changed: - schemas.DeviceSignals.properties.thirdPartyBlockingEnabled.description - schemas.VerifyChallengeResponseResult.description
1 parent fd090f0 commit fbd86e4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

discovery/verifiedaccess-v2.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147
}
148148
},
149-
"revision": "20250225",
149+
"revision": "20250318",
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
},
@@ -523,7 +524,7 @@
523524
"type": "object"
524525
},
525526
"VerifyChallengeResponseResult": {
526-
"description": "Result message for VerifiedAccess.VerifyChallengeResponse.",
527+
"description": "Result message for VerifiedAccess.VerifyChallengeResponse. The response returned when successful for Managed profiles on Unmanaged browsers will NOT have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId fields. Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId, profilePermanentId and profileKeyTrustLevel fields.",
527528
"id": "VerifyChallengeResponseResult",
528529
"properties": {
529530
"attestedDeviceId": {

src/apis/verifiedaccess/v2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export namespace verifiedaccess_v2 {
276276
*/
277277
systemDnsServers?: string[] | null;
278278
/**
279-
* 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.
279+
* 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.
280280
*/
281281
thirdPartyBlockingEnabled?: boolean | null;
282282
/**
@@ -310,7 +310,7 @@ export namespace verifiedaccess_v2 {
310310
expectedIdentity?: string | null;
311311
}
312312
/**
313-
* Result message for VerifiedAccess.VerifyChallengeResponse.
313+
* Result message for VerifiedAccess.VerifyChallengeResponse. The response returned when successful for Managed profiles on Unmanaged browsers will NOT have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId fields. Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId, profilePermanentId and profileKeyTrustLevel fields.
314314
*/
315315
export interface Schema$VerifyChallengeResponseResult {
316316
/**

0 commit comments

Comments
 (0)