vpnClientProtocols

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


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