Represents a response from a confidential compute request
| 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 |