From b220c80fa5099f7dd6ea10d5afb3e73635a91879 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 18 Jul 2023 13:04:40 +0000 Subject: [PATCH] feat(verifiedaccess): update the api #### verifiedaccess:v1 The following keys were added: - schemas.VerifyChallengeResponseResult.properties.verificationOutput.deprecated (Total Keys: 1) --- .../discovery_cache/documents/verifiedaccess.v1.json | 3 ++- .../discovery_cache/documents/verifiedaccess.v2.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/googleapiclient/discovery_cache/documents/verifiedaccess.v1.json b/googleapiclient/discovery_cache/documents/verifiedaccess.v1.json index d8ad83f3d92..9608332b963 100644 --- a/googleapiclient/discovery_cache/documents/verifiedaccess.v1.json +++ b/googleapiclient/discovery_cache/documents/verifiedaccess.v1.json @@ -146,7 +146,7 @@ } } }, - "revision": "20230622", + "revision": "20230711", "rootUrl": "https://verifiedaccess.googleapis.com/", "schemas": { "Challenge": { @@ -219,6 +219,7 @@ "type": "string" }, "verificationOutput": { + "deprecated": true, "description": "For EMCert check, device permanent id is returned here. For EUCert check, signed_public_key_and_challenge [base64 encoded] is returned if present, otherwise empty string is returned. This field is deprecated, please use device_permanent_id or signed_public_key_and_challenge fields.", "type": "string" } diff --git a/googleapiclient/discovery_cache/documents/verifiedaccess.v2.json b/googleapiclient/discovery_cache/documents/verifiedaccess.v2.json index 12b7329f230..12e7e39b21c 100644 --- a/googleapiclient/discovery_cache/documents/verifiedaccess.v2.json +++ b/googleapiclient/discovery_cache/documents/verifiedaccess.v2.json @@ -146,7 +146,7 @@ } } }, - "revision": "20230622", + "revision": "20230711", "rootUrl": "https://verifiedaccess.googleapis.com/", "schemas": { "Challenge": {