We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7154655 commit b1546b4Copy full SHA for b1546b4
specification/network/resource-manager/Microsoft.Network/stable/2020-11-01/virtualNetworkGateway.json
@@ -2634,6 +2634,23 @@
2634
},
2635
"description": "VpnClientProtocols for Virtual network gateway."
2636
2637
+ "vpnAuthenticationTypes": {
2638
+ "type": "array",
2639
+ "items": {
2640
+ "type": "string",
2641
+ "description": "VPN authentication types enabled for the virtual network gateway.",
2642
+ "enum": [
2643
+ "Certificate",
2644
+ "Radius",
2645
+ "AAD"
2646
+ ],
2647
+ "x-ms-enum": {
2648
+ "name": "VpnAuthenticationType",
2649
+ "modelAsString": true
2650
+ }
2651
+ },
2652
+ "description": "VPN authentication types for the virtual network gateway.."
2653
2654
"vpnClientIpsecPolicies": {
2655
"type": "array",
2656
"items": {
0 commit comments