Teams Location Endpoints Dot Args
data class TeamsLocationEndpointsDotArgs(val authenticationEnabled: Output<Boolean>? = null, val enabled: Output<Boolean>, val networks: Output<List<TeamsLocationEndpointsDotNetworkArgs>>? = null, val requireToken: Output<Boolean>? = null) : ConvertibleToJava<TeamsLocationEndpointsDotArgs>
Constructors
Link copied to clipboard
constructor(authenticationEnabled: Output<Boolean>? = null, enabled: Output<Boolean>, networks: Output<List<TeamsLocationEndpointsDotNetworkArgs>>? = null, requireToken: Output<Boolean>? = null)