{
  "{d}test": {
    "{f}exportoptions.json": {
      "passwordStyle": "SKIP",
      "apiOptionStyle": "EMIT_ALL",
      "authTokenStyle": "SKIP_AUTO",
      "skipUrlFragmentWrapping": false,
      "libraryStyle": "EMIT_ALL",
      "schemaCacheStyle": "DO_NOT_EMIT",
      "filters": {
        "key": [
          "security.users"
        ]
      }
    },
    "{d}security": {
      "{f}ReadMe.md": "This folder contains definitions for security\n",
      "{d}users": {
        "{f}ReadMe.md": "This contains Users defined for the system when using the default authentication provider.\nWhile this can be used for production systems, typically the authentication provider is LDAP\nor some other mechanism.\n",
        "{f}admin.json": {
          "name": "admin",
          "fullname": "Demo user (admin)",
          "email": "admin@ca.com",
          "isActive": true,
          "comments": null,
          "keyLifetimeSeconds": null,
          "passwordHash": "mfgfnl/rRxi3f4FU+P99H4nwxKMbIR2CaLSDwDD5ylTRP+SIdUSP6x8jWN7qS/ohbZdxMKCw2Z4LkMGFc0CIcg==",
          "passwordSalt": "sixZJEHRGZZyEQZjmGVl37z4d9UxG6UdgwvjOJRd",
          "roles": [
            "API Owner"
          ],
          "globals": {}
        },
        "{f}demo.json": {
          "name": "demo",
          "fullname": "Demo user",
          "email": "admin@ca.com",
          "isActive": true,
          "comments": null,
          "keyLifetimeSeconds": null,
          "passwordHash": "dsqnGk13k3bxK7cVIQTCScU4AD9cTBkdXa3HLHgD4axUW0t0wpaMNyLf5/HkBDFQfBlgLejQzmYFv1Z/Wn2jTQ==",
          "passwordSalt": "LCrubRxB/iDfGI+wdsJVJDLyKaL50txaaYpbV+FS",
          "roles": [
            "API Owner"
          ],
          "globals": {}
        },
        "{f}guest.json": {
          "name": "guest",
          "fullname": "Guest Account with read-only access",
          "email": null,
          "isActive": true,
          "comments": null,
          "keyLifetimeSeconds": null,
          "passwordHash": "hSFTMnHJ+GtRI0uy92XZE6vvLURCWViaSEmo4fTPMjkM/bibga9VWYs79NwVOAE8ph7YlZzF8Npfuc5+s3oB4Q==",
          "passwordSalt": "Zs3UK3rf19uq+fOm5QN7XYI0MvrlJEYIhEycNXNZ",
          "roles": [
            "Read only"
          ],
          "globals": {}
        }
      }
    }
  }
}