vpnClientProtocols

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


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