Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f7c9062

Browse files
committedJul 25, 2023
feat(verifiedaccess): update the api
#### verifiedaccess:v2 The following keys were added: - schemas.VerifyChallengeResponseResult.properties.attestedDeviceId.type (Total Keys: 1)
1 parent d696a20 commit f7c9062

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎docs/dyn/verifiedaccess_v2.challenge.html

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ <h3>Method Details</h3>
135135
An object of the form:
136136

137137
{ # Result message for VerifiedAccess.VerifyChallengeResponse.
138+
&quot;attestedDeviceId&quot;: &quot;A String&quot;, # Attested device ID (ADID).
138139
&quot;customerId&quot;: &quot;A String&quot;, # 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
139140
&quot;devicePermanentId&quot;: &quot;A String&quot;, # Device permanent id is returned in this field (for the machine response only).
140141
&quot;deviceSignal&quot;: &quot;A String&quot;, # Deprecated. Device signal in json string representation. Prefer using `device_signals` instead.

‎googleapiclient/discovery_cache/documents/verifiedaccess.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147
}
148148
},
149-
"revision": "20230711",
149+
"revision": "20230718",
150150
"rootUrl": "https://verifiedaccess.googleapis.com/",
151151
"schemas": {
152152
"Challenge": {

‎googleapiclient/discovery_cache/documents/verifiedaccess.v2.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147
}
148148
},
149-
"revision": "20230711",
149+
"revision": "20230718",
150150
"rootUrl": "https://verifiedaccess.googleapis.com/",
151151
"schemas": {
152152
"Challenge": {
@@ -461,6 +461,10 @@
461461
"description": "Result message for VerifiedAccess.VerifyChallengeResponse.",
462462
"id": "VerifyChallengeResponseResult",
463463
"properties": {
464+
"attestedDeviceId": {
465+
"description": "Attested device ID (ADID).",
466+
"type": "string"
467+
},
464468
"customerId": {
465469
"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",
466470
"type": "string"

0 commit comments

Comments
 (0)
Please sign in to comment.