{
  "aaa": {
    "auth_method": {
      "<a number from 1 to 3>": {
        "name": "string",
        "self": 1
      }
    },
    "author": {
      "default-user": "string",
      "map-order": "string"
    }
  },
  "radius": {
    "server": {
      "<a number from 1 to 3>": {
        "address": "string",
        "auth-port": 9,
        "enable": false,
        "key": "string",
        "retransmit": 1,
        "self": 3,
        "timeout": 4
      }
    }
  },
  "tacacs": {
    "server": {
      "<a number from 1 to 3>": {
        "address": "string",
        "auth-port": 3,
        "auth-type": "string",
        "enable": true,
        "key": "string",
        "retransmit": 3,
        "self": 1,
        "timeout": 8
      }
    }
  }
}