vpnAuthTypes

@JvmName(name = "vrtwewcwdqeikrlq")
suspend fun vpnAuthTypes(value: Output<List<String>>)
@JvmName(name = "rvcdkqhfglhsujme")
suspend fun vpnAuthTypes(value: List<String>?)

Parameters

value

List of the vpn authentication types for the virtual network gateway. The supported values are AAD, Radius and Certificate.

NOTE: vpn_auth_types must be set when using multiple vpn authentication types.


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


@JvmName(name = "anrrvggiykpesakw")
suspend fun vpnAuthTypes(values: List<Output<String>>)
@JvmName(name = "fqqxlfkvkccsefps")
suspend fun vpnAuthTypes(vararg values: String)

Parameters

values

List of the vpn authentication types for the virtual network gateway. The supported values are AAD, Radius and Certificate.

NOTE: vpn_auth_types must be set when using multiple vpn authentication types.