ZeroTrustDeviceCustomProfileLocalDomainFallbackDomainArgs

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

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

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

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

A list of IP addresses to handle domain resolution.

Link copied to clipboard
val suffix: Output<String>

The domain suffix to match when resolving locally.

Functions

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