Operating System Posture Check

Hey, I had a question regarding postureChecks, when using operatingSystem Posture Check, we have the option to select the version on which we want to perform the check

example payload -
"operatingSystems": [ { "type": "WINDOWS", "versions": [">10.0.0"] }
here the version is usually greater than or less than

so my question is do we have the option to specify the exact version ??
something like
"operatingSystems": [ { "type": "WINDOWS", "versions": ["10.0.0"]

You can find the docs here: Posture Checks | OpenZiti

The semver section illustrates the operators you can provide:

So yes, exactly as you showed would work.