ZeroTrustDeviceDefaultProfileLocalDomainFallbackDomain

data class ZeroTrustDeviceDefaultProfileLocalDomainFallbackDomain(val description: String? = null, val dnsServers: List<String>? = null, val suffix: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

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

Link copied to clipboard
val dnsServers: List<String>? = null

A list of IP addresses to handle domain resolution.

Link copied to clipboard

The domain suffix to match when resolving locally.