Get Zero Trust Dns Location Endpoints Doh
data class GetZeroTrustDnsLocationEndpointsDoh(val enabled: Boolean, val networks: List<GetZeroTrustDnsLocationEndpointsDohNetwork>, val requireToken: Boolean)
Constructors
Link copied to clipboard
constructor(enabled: Boolean, networks: List<GetZeroTrustDnsLocationEndpointsDohNetwork>, requireToken: Boolean)
Properties
Link copied to clipboard
A list of allowed source IP network ranges for this endpoint. When empty, all source IPs are allowed. A non-empty list is only effective if the endpoint is enabled for this location.
Link copied to clipboard
True if the endpoint requires user identity authentication.