GetZeroTrustDeviceManagedNetworksListResultConfig

data class GetZeroTrustDeviceManagedNetworksListResultConfig(val sha256: String, val tlsSockaddr: String)

Constructors

constructor(sha256: String, tlsSockaddr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.