ZeroTrustDevicePostureRuleInputLocationArgs

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

Constructors

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