Get Zero Trust Dns Locations Result Endpoints Doh
data class GetZeroTrustDnsLocationsResultEndpointsDoh(val enabled: Boolean, val networks: List<GetZeroTrustDnsLocationsResultEndpointsDohNetwork>, val requireToken: Boolean)
Constructors
Link copied to clipboard
constructor(enabled: Boolean, networks: List<GetZeroTrustDnsLocationsResultEndpointsDohNetwork>, 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.