DevicePostureRuleInputLocations

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

List of paths to check for client certificate on linux.

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

List of trust stores to check for client certificate.