ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternally

data class ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternally(val fallback: String? = null, val viewId: String? = null)

Constructors

constructor(fallback: String? = null, viewId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fallback: String? = null

The fallback behavior to apply when the internal DNS response code is different from 'NOERROR' or when the response data only contains CNAME records for 'A' or 'AAAA' queries. Available values: "none", "public_dns".

Link copied to clipboard
val viewId: String? = null

The internal DNS view identifier that's passed to the internal DNS service.