cache_origin_post_quantum_encryption_value

Value of the Origin Post Quantum Encryption Setting.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-origin-post-quantum-encryption-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache_origin_post_quantum_encryption_value",
  "title": "cache_origin_post_quantum_encryption_value",
  "default": "supported",
  "description": "Value of the Origin Post Quantum Encryption Setting.",
  "enum": [
    "preferred",
    "supported",
    "off"
  ],
  "type": "string"
}