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

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