Teams Location Endpoints Doh
data class TeamsLocationEndpointsDoh(val enabled: Boolean? = null, val networks: List<TeamsLocationEndpointsDohNetwork>? = null, val requireToken: Boolean? = null)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, networks: List<TeamsLocationEndpointsDohNetwork>? = null, requireToken: Boolean? = null)
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.