chromium/chromeos/components/test/data/onc/shill_output_l2tpipsec_with_password_variable.json

{ "GUID": "guid",
  "Type": "vpn",
  "Name": "MyL2TPVPN",
  "Provider": {
    "Host": "some.host.org",
    "L2TPIPsec.LCPEchoDisabled": "true",
    "L2TPIPsec.PSK": "some_preshared_key",
    "L2TPIPsec.TunnelGroup": "my_group",
    "L2TPIPsec.User": "some username",
    "L2TPIPsec.XauthPassword": "some xauth password",
    "L2TPIPsec.XauthUser": "some xauth username",
    "L2TPIPsec.Password": "${PASSWORD}",
    "L2TPIPsec.UseLoginPassword": "true",
    "Type": "l2tpipsec",
  },
  "SaveCredentials": true
}