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

Available values: "windows", "mac", "linux", "android", "ios".

Functions

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