vpnClientProtocols

@JvmName(name = "tubifodkmreogarl")
suspend fun vpnClientProtocols(value: Output<List<String>>)
@JvmName(name = "yeotjlmjaidaahiw")
suspend fun vpnClientProtocols(value: List<String>?)

Parameters

value

List of the protocols supported by the vpn client. The supported values are SSTP, IkeV2 and OpenVPN. Values SSTP and IkeV2 are incompatible with the use of aad_tenant, aad_audience and aad_issuer.


@JvmName(name = "buxtrxfwqcwfcpro")
suspend fun vpnClientProtocols(vararg values: Output<String>)


@JvmName(name = "dqpavpuhjwlftelf")
suspend fun vpnClientProtocols(values: List<Output<String>>)
@JvmName(name = "fpuiqhcuamclkotc")
suspend fun vpnClientProtocols(vararg values: String)

Parameters

values

List of the protocols supported by the vpn client. The supported values are SSTP, IkeV2 and OpenVPN. Values SSTP and IkeV2 are incompatible with the use of aad_tenant, aad_audience and aad_issuer.