DevicePostureRuleInputLocationsArgs

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

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 on linux.

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

List of trust stores to check for client certificate.

Functions

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