DeviceManagedNetworksConfigArgs

data class DeviceManagedNetworksConfigArgs(val sha256: Output<String>? = null, val tlsSockaddr: Output<String>) : ConvertibleToJava<DeviceManagedNetworksConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val sha256: Output<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
val tlsSockaddr: Output<String>

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

Functions

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