vpnClientProtocols

@JvmName(name = "osdfbnlyhfeglkyi")
suspend fun vpnClientProtocols(value: Output<List<String>>)
@JvmName(name = "xfnpogxsuktspkci")
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 = "rhknvbgxnvaavcnk")
suspend fun vpnClientProtocols(vararg values: Output<String>)


@JvmName(name = "vbptilxewflpvwdx")
suspend fun vpnClientProtocols(values: List<Output<String>>)
@JvmName(name = "fpcswijmjdthhlib")
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.