Skip to content

Commit

Permalink
feat(verifiedaccess): update the api
Browse files Browse the repository at this point in the history
#### verifiedaccess:v1

The following keys were added:
- schemas.VerifyChallengeResponseResult.properties.verificationOutput.deprecated (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 18, 2023
1 parent e12c32c commit b220c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -146,7 +146,7 @@
}
}
},
"revision": "20230622",
"revision": "20230711",
"rootUrl": "https://verifiedaccess.googleapis.com/",
"schemas": {
"Challenge": {
Expand Down Expand Up @@ -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"
}
Expand Down
Expand Up @@ -146,7 +146,7 @@
}
}
},
"revision": "20230622",
"revision": "20230711",
"rootUrl": "https://verifiedaccess.googleapis.com/",
"schemas": {
"Challenge": {
Expand Down

0 comments on commit b220c80

Please sign in to comment.