TeamsLocationEndpointsDohArgs

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

Constructors

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

Properties

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

Functions

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