vpnAuthenticationTypes

@JvmName(name = "tqksvcarjwbwipku")
suspend fun vpnAuthenticationTypes(value: Output<List<String>>)
@JvmName(name = "bvbqcmmdlwkspjyw")
suspend fun vpnAuthenticationTypes(value: List<String>?)

Parameters

value

A list of Authentication Types applicable for this VPN Server Configuration. Possible values are AAD (Azure Active Directory), Certificate and Radius.


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


@JvmName(name = "dyjfeqyosrgqedmb")
suspend fun vpnAuthenticationTypes(values: List<Output<String>>)
@JvmName(name = "gnxlbyaxyoenjfnr")
suspend fun vpnAuthenticationTypes(vararg values: String)

Parameters

values

A list of Authentication Types applicable for this VPN Server Configuration. Possible values are AAD (Azure Active Directory), Certificate and Radius.