mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
update all APIs
Like documented in the README ``` rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8 ```
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20230117",
|
||||
"revision": "20240227",
|
||||
"rootUrl": "https://verifiedaccess.googleapis.com/",
|
||||
"schemas": {
|
||||
"Challenge": {
|
||||
@@ -206,6 +206,10 @@
|
||||
"description": "Result message for VerifiedAccess.VerifyChallengeResponse.",
|
||||
"id": "VerifyChallengeResponseResult",
|
||||
"properties": {
|
||||
"attestedDeviceId": {
|
||||
"description": "Attested device id (ADID) of the device, read from the verified data.",
|
||||
"type": "string"
|
||||
},
|
||||
"deviceEnrollmentId": {
|
||||
"description": "Device enrollment id is returned in this field (for the machine response only).",
|
||||
"type": "string"
|
||||
@@ -219,6 +223,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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user