Skip to content
Start here

Origin Post Quantum Encryption

Get Origin Post-Quantum Encryption setting
origin_post_quantum_encryption.get(OriginPostQuantumEncryptionGetParams**kwargs) -> OriginPostQuantumEncryptionGetResponse
GET/zones/{zone_id}/cache/origin_post_quantum_encryption
Change Origin Post-Quantum Encryption setting
origin_post_quantum_encryption.update(OriginPostQuantumEncryptionUpdateParams**kwargs) -> OriginPostQuantumEncryptionUpdateResponse
PUT/zones/{zone_id}/cache/origin_post_quantum_encryption
ModelsExpand Collapse
class OriginPostQuantumEncryptionGetResponse:
id: Literal["origin_pqe"]

The identifier of the caching setting.

editable: bool

Whether the setting is editable.

value: Literal["preferred", "supported", "off"]

Value of the Origin Post Quantum Encryption Setting.

One of the following:
"preferred"
"supported"
"off"
modified_on: Optional[datetime]

Last time this setting was modified.

formatdate-time
class OriginPostQuantumEncryptionUpdateResponse:
id: Literal["origin_pqe"]

The identifier of the caching setting.

editable: bool

Whether the setting is editable.

value: Literal["preferred", "supported", "off"]

Value of the Origin Post Quantum Encryption Setting.

One of the following:
"preferred"
"supported"
"off"
modified_on: Optional[datetime]

Last time this setting was modified.

formatdate-time