Skip to content
Start here

Origin Post Quantum Encryption

Get Origin Post-Quantum Encryption setting
client.originPostQuantumEncryption.get(OriginPostQuantumEncryptionGetParams { zone_id } params, RequestOptionsoptions?): OriginPostQuantumEncryptionGetResponse { id, editable, value, modified_on }
GET/zones/{zone_id}/cache/origin_post_quantum_encryption
Change Origin Post-Quantum Encryption setting
client.originPostQuantumEncryption.update(OriginPostQuantumEncryptionUpdateParams { zone_id, value } params, RequestOptionsoptions?): OriginPostQuantumEncryptionUpdateResponse { id, editable, value, modified_on }
PUT/zones/{zone_id}/cache/origin_post_quantum_encryption
ModelsExpand Collapse
OriginPostQuantumEncryptionGetResponse { id, editable, value, modified_on }
id: "origin_pqe"

The identifier of the caching setting.

editable: boolean

Whether the setting is editable.

value: "preferred" | "supported" | "off"

Value of the Origin Post Quantum Encryption Setting.

One of the following:
"preferred"
"supported"
"off"
modified_on?: string | null

Last time this setting was modified.

formatdate-time
OriginPostQuantumEncryptionUpdateResponse { id, editable, value, modified_on }
id: "origin_pqe"

The identifier of the caching setting.

editable: boolean

Whether the setting is editable.

value: "preferred" | "supported" | "off"

Value of the Origin Post Quantum Encryption Setting.

One of the following:
"preferred"
"supported"
"off"
modified_on?: string | null

Last time this setting was modified.

formatdate-time