Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.62 KB

File metadata and controls

14 lines (10 loc) · 1.62 KB

ConfidentialComputeResponse

Represents a response from a confidential compute request

Fields

Field Type Required Description
ciphertext str ✔️ Encrypted response body (base64 encoded)
nonce str ✔️ Nonce used for encryption (base64 encoded)
response_hash OptionalNullable[str] Hash of the response body (base64 encoded)
signature OptionalNullable[str] Signature of the response body (base64 encoded)
usage OptionalNullable[models.Usage] N/A