ZeroTrustDevicePostureRuleMatchArgs

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

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(): ZeroTrustDevicePostureRuleMatchArgs