AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraint

data class AccessLevelsAccessLevelBasicConditionDevicePolicyOsConstraint(val minimumVersion: String? = null, val osType: String)

Constructors

constructor(minimumVersion: String? = null, osType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val minimumVersion: String? = null

The minimum allowed OS version. If not set, any version of this OS satisfies the constraint. Format: "major.minor.patch" such as "10.5.301", "9.2.1".

Link copied to clipboard

The operating system type of the device. Possible values are: OS_UNSPECIFIED, DESKTOP_MAC, DESKTOP_WINDOWS, DESKTOP_LINUX, DESKTOP_CHROME_OS, ANDROID, IOS.