GetZeroTrustDeviceCustomProfileFallbackDomain

data class GetZeroTrustDeviceCustomProfileFallbackDomain(val description: String, val dnsServers: List<String>, val suffix: String)

Constructors

constructor(description: String, dnsServers: List<String>, suffix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the fallback domain, displayed in the client UI.

Link copied to clipboard

A list of IP addresses to handle domain resolution.

Link copied to clipboard

The domain suffix to match when resolving locally.