DeviceManagedNetworksConfig

data class DeviceManagedNetworksConfig(val sha256: String? = null, val tlsSockaddr: String)

Constructors

Link copied to clipboard
constructor(sha256: String? = null, tlsSockaddr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sha256: String? = null

The SHA-256 hash of the TLS certificate presented by the host found at tls_sockaddr. If absent, regular certificate verification (trusted roots, valid timestamp, etc) will be used to validate the certificate.

Link copied to clipboard

A network address of the form "host:port" that the WARP client will use to detect the presence of a TLS host.