DevicePostureRuleMatchArgs

data class DevicePostureRuleMatchArgs(val platform: Output<String>? = null) : ConvertibleToJava<DevicePostureRuleMatchArgs>

Constructors

Link copied to clipboard
constructor(platform: Output<String>? = null)

Properties

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

The platform of the device. Available values: windows, mac, linux, android, ios, chromeos.

Functions

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