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"]