Problem:
You want to use a cluster policy to prevent users from creating clusters with Photon enabled.
Solution:
Use the runtime_engine parameter in a cluster policy to prevent users from creating clusters with Photon enabled.
Example code:
{
"runtime_engine": {
"type": "blocklist",
"values": [
"PHOTON"
]
}
}