docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/verifiedaccess_v1.challenge.html b/docs/dyn/verifiedaccess_v1.challenge.html
index a144576..db1322b 100644
--- a/docs/dyn/verifiedaccess_v1.challenge.html
+++ b/docs/dyn/verifiedaccess_v1.challenge.html
@@ -151,13 +151,6 @@
An object of the form:
{ # Result message for VerifiedAccess.VerifyChallengeResponse.
- "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)
- "deviceEnrollmentId": "A String", # Device enrollment id is returned in this field (for the machine response
- # only).
"devicePermanentId": "A String", # Device permanent id is returned in this field (for the machine response
# only).
"verificationOutput": "A String", # For EMCert check, device permanent id is returned here.
@@ -165,6 +158,13 @@
# 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.
+ "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)
+ "deviceEnrollmentId": "A String", # Device enrollment id is returned in this field (for the machine response
+ # only).
}</pre>
</div>