OsConstraintArgs

data class OsConstraintArgs(val minimumVersion: Output<String>? = null, val osType: Output<OsConstraintOsType>, val requireVerifiedChromeOs: Output<Boolean>? = null) : ConvertibleToJava<OsConstraintArgs>

A restriction on the OS type and version of devices making requests.

Constructors

Link copied to clipboard
fun OsConstraintArgs(minimumVersion: Output<String>? = null, osType: Output<OsConstraintOsType>, requireVerifiedChromeOs: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): OsConstraintArgs

Properties

Link copied to clipboard
val minimumVersion: Output<String>? = null

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

Link copied to clipboard

The allowed OS type.

Link copied to clipboard
val requireVerifiedChromeOs: Output<Boolean>? = null

Only allows requests from devices with a verified Chrome OS. Verifications includes requirements that the device is enterprise-managed, conformant to domain policies, and the caller has permission to call the API targeted by the request.