diff --git a/docs/dyn/verifiedaccess_v2.challenge.html b/docs/dyn/verifiedaccess_v2.challenge.html index a83f650d18c..7f61e3dd86c 100644 --- a/docs/dyn/verifiedaccess_v2.challenge.html +++ b/docs/dyn/verifiedaccess_v2.challenge.html @@ -108,7 +108,7 @@

Method Details

Returns: An object of the form: - { # Result message for VerifiedAccess.CreateChallenge. + { # Result message for VerifiedAccess.GenerateChallenge. "alternativeChallenge": "A String", # Challenge generated with the old signing key, the bytes representation of SignedData (this will only be present during key rotation). "challenge": "A String", # Generated challenge, the bytes representation of SignedData. } @@ -136,10 +136,12 @@

Method Details

An object of the form: { # Result message for VerifiedAccess.VerifyChallengeResponse. + "customerId": "A String", # Unique customer id that this device belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers "devicePermanentId": "A String", # Device permanent id is returned in this field (for the machine response only). "deviceSignal": "A String", # Device signal in json string representation. "keyTrustLevel": "A String", # Device attested key trust level. "signedPublicKeyAndChallenge": "A String", # Certificate Signing Request (in the SPKAC format, base64 encoded) is returned in this field. This field will be set only if device has included CSR in its challenge response. (the option to include CSR is now available for both user and machine responses) + "virtualDeviceId": "A String", # Virtual device id of the device. The definition of virtual device id is platform-specific. } diff --git a/googleapiclient/discovery_cache/documents/verifiedaccess.v1.json b/googleapiclient/discovery_cache/documents/verifiedaccess.v1.json index 68d8692d5b9..3539cb19466 100644 --- a/googleapiclient/discovery_cache/documents/verifiedaccess.v1.json +++ b/googleapiclient/discovery_cache/documents/verifiedaccess.v1.json @@ -146,7 +146,7 @@ } } }, - "revision": "20220519", + "revision": "20221004", "rootUrl": "https://verifiedaccess.googleapis.com/", "schemas": { "Challenge": { diff --git a/googleapiclient/discovery_cache/documents/verifiedaccess.v2.json b/googleapiclient/discovery_cache/documents/verifiedaccess.v2.json index b04eb8916f7..6b8a75cc23a 100644 --- a/googleapiclient/discovery_cache/documents/verifiedaccess.v2.json +++ b/googleapiclient/discovery_cache/documents/verifiedaccess.v2.json @@ -146,11 +146,11 @@ } } }, - "revision": "20220519", + "revision": "20221004", "rootUrl": "https://verifiedaccess.googleapis.com/", "schemas": { "Challenge": { - "description": "Result message for VerifiedAccess.CreateChallenge.", + "description": "Result message for VerifiedAccess.GenerateChallenge.", "id": "Challenge", "properties": { "alternativeChallenge": { @@ -192,6 +192,10 @@ "description": "Result message for VerifiedAccess.VerifyChallengeResponse.", "id": "VerifyChallengeResponseResult", "properties": { + "customerId": { + "description": "Unique customer id that this device belongs to, as defined by the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-customers", + "type": "string" + }, "devicePermanentId": { "description": "Device permanent id is returned in this field (for the machine response only).", "type": "string" @@ -206,14 +210,14 @@ "KEY_TRUST_LEVEL_UNSPECIFIED", "CHROME_OS_VERIFIED_MODE", "CHROME_OS_DEVELOPER_MODE", - "CHROME_BROWSER_TPM_KEY", + "CHROME_BROWSER_HW_KEY", "CHROME_BROWSER_OS_KEY" ], "enumDescriptions": [ "UNSPECIFIED.", "ChromeOS device in verified mode.", "ChromeOS device in developer mode.", - "Chrome Browser with the key stored in TPM.", + "Chrome Browser with the key stored in the device hardware.", "Chrome Browser with the key stored at OS level." ], "type": "string" @@ -221,6 +225,10 @@ "signedPublicKeyAndChallenge": { "description": "Certificate Signing Request (in the SPKAC format, base64 encoded) is returned in this field. This field will be set only if device has included CSR in its challenge response. (the option to include CSR is now available for both user and machine responses)", "type": "string" + }, + "virtualDeviceId": { + "description": "Virtual device id of the device. The definition of virtual device id is platform-specific.", + "type": "string" } }, "type": "object"