postQuantumKeyExchange property

String? postQuantumKeyExchange
getter/setter pair

One of DEFAULT, ENABLED, orDEFERRED.

Controls whether the load balancer negotiates X25519MLKEM768 key exchange when clients advertise support for it. When set to DEFAULT, or if no SSL Policy is attached to the target proxy, the load balancer disallows X25519MLKEM768 key exchange before October 2026, and allows it afterward. When set to ENABLED, the load balancer allows X25519MLKEM768 key exchange. When set toDEFERRED, the load balancer disallows X25519MLKEM768 key exchange until October 2027, and allows it afterward. Possible string values are:

  • "DEFAULT" : Default behavior: disabled until October 2026, enabled afterward.
  • "DEFERRED" : Disabled until October 2027, enabled afterward.
  • "ENABLED" : Enabled now.

Implementation

core.String? postQuantumKeyExchange;