pqc_client_to_edge
Version: v2025-07-07 | Includes use: Yes |
---|
Behavior name: Post Quantum Cryptography Client to Edge
Use this behavior to enable Post Quantum Cryptography (PQC) key exchanges from Client to Edge.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "pqc_client_to_edge" {
rules_v2025_07_07 {
name = "Post Quantum Cryptography Client to Edge"
comments = "Enables Post Quantum Cryptography key exchanges."
behavior {
pqc_client_to_edge {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "pqcClientToEdge",
"options": {
"enabled": true
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables the Post Quantum Cryptography Client to Edge behavior.
|
Updated 10 days ago