osVersion property

String? osVersion
getter/setter pair

This value should match the version emitted by the OS inventory agent.

Prefix matches are supported if asterisk(*) is provided as the last character. For example, to match all versions with a major version of 7, specify the following value for this field 7.*

Implementation

core.String? osVersion;