Deck - check if one or more of a plugin is present

Hello, I have to support some legacy clients that don’t support OIDC, and I want write a rule for my ruleset that checks if either the key-auth or openid-connect plugin is present. Either one would pass.

Is there syntax for that, or should I use other tooling like yq?

It looks like conditional logic on plugins added in 3.14 will be the most practical way to implement this.