Teams Location Endpoints Ipv6Args
data class TeamsLocationEndpointsIpv6Args(val authenticationEnabled: Output<Boolean>? = null, val enabled: Output<Boolean>, val networks: Output<List<TeamsLocationEndpointsIpv6NetworkArgs>>? = null) : ConvertibleToJava<TeamsLocationEndpointsIpv6Args>
Constructors
Link copied to clipboard
constructor(authenticationEnabled: Output<Boolean>? = null, enabled: Output<Boolean>, networks: Output<List<TeamsLocationEndpointsIpv6NetworkArgs>>? = null)