DevicePostureRuleInputLocationArgs

data class DevicePostureRuleInputLocationArgs(val paths: Output<List<String>>? = null, val trustStores: Output<List<String>>? = null) : ConvertibleToJava<DevicePostureRuleInputLocationArgs>

Constructors

Link copied to clipboard
constructor(paths: Output<List<String>>? = null, trustStores: Output<List<String>>? = null)

Properties

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

List of paths to check for client certificate rule.

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

List of trust stores to check for client certificate rule. Available values: system, user.

Functions

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