ZeroTrustDexTestData

data class ZeroTrustDexTestData(val host: String, val kind: String, val method: String? = null)

Constructors

Link copied to clipboard
constructor(host: String, kind: String, method: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The host URL for http test kind. For traceroute, it must be a valid hostname or IP address.

Link copied to clipboard

The type of Device Dex Test. Available values: http, traceroute.

Link copied to clipboard
val method: String? = null

The http request method. Available values: GET.