TeamsLocationEndpointsDohArgs

data class TeamsLocationEndpointsDohArgs(val enabled: Output<Boolean>? = null, val networks: Output<List<TeamsLocationEndpointsDohNetworkArgs>>? = null, val requireToken: Output<Boolean>? = null) : ConvertibleToJava<TeamsLocationEndpointsDohArgs>

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

True if the endpoint is enabled for this location.

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
val requireToken: Output<Boolean>? = null

True if the endpoint requires user identity authentication.

Functions

Link copied to clipboard
open override fun toJava(): TeamsLocationEndpointsDohArgs