Teams Location Endpoints Doh Args
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)