TeamsLocationEndpointsIpv6

data class TeamsLocationEndpointsIpv6(val enabled: Boolean? = null, val networks: List<TeamsLocationEndpointsIpv6Network>? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, networks: List<TeamsLocationEndpointsIpv6Network>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

True if the endpoint is enabled for this location.

Link copied to clipboard

A list of allowed source IPv6 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.