Skip to content

Commit c537f5a

Browse files
alcarasjJerico Alcaras
andauthored
Add nonce field to Attestation APIs. (#19372)
* Add new updates. * Remove out of scope changes. Co-authored-by: Jerico Alcaras <[email protected]>
1 parent 889a0f6 commit c537f5a

File tree

1 file changed

+8
-0
lines changed
  • specification/attestation/data-plane/Microsoft.Attestation/stable/2020-10-01

1 file changed

+8
-0
lines changed

specification/attestation/data-plane/Microsoft.Attestation/stable/2020-10-01/attestation.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,10 @@
911911
"draftPolicyForAttestation": {
912912
"description": "Attest against the provided draft policy. Note that the resulting token cannot be validated.",
913913
"type": "string"
914+
},
915+
"nonce": {
916+
"description": "Nonce for incoming request - emitted in the generated attestation token",
917+
"type": "string"
914918
}
915919
}
916920
},
@@ -934,6 +938,10 @@
934938
"draftPolicyForAttestation": {
935939
"description": "Attest against the provided draft policy. Note that the resulting token cannot be validated.",
936940
"type": "string"
941+
},
942+
"nonce": {
943+
"description": "Nonce for incoming request - emitted in the generated attestation token",
944+
"type": "string"
937945
}
938946
}
939947
},

0 commit comments

Comments
 (0)