platform-user-context

[
  {
    "evaluator": "context-user",
    "config": {
      "platform-user-context": {
        "items": [
          {
            "key": "user",
            "title": "User",
            "order": 1000,
            "header": true,
            "items": [
              {
                "key": "user/overview",
                "title": "Overview",
                "uri": "{principalUri}",
                "iconClass": "fa fa-angle-right",
                "allowPermission": [
                  "read"
                ]
              },
              {
                "key": "user/preferences",
                "title": "Preferences",
                "uri": "{principalUri}/preferences",
                "iconClass": "fa fa-angle-right",
                "allowPermission": [
                  "update"
                ]
              },
              {
                "key": "user/properties",
                "title": "Properties",
                "uri": "{principalUri}/properties",
                "iconClass": "fa fa-angle-right",
                "allowPermission": [
                  "update"
                ]
              },
              {
                "key": "user/settings",
                "title": "Settings",
                "uri": "{principalUri}/settings",
                "iconClass": "fa fa-angle-right",
                "allowPermission": [
                  "update"
                ]
              },
              {
                "key": "user/avatar",
                "title": "Avatar",
                "uri": "{principalUri}/avatar",
                "iconClass": "fa fa-angle-right",
                "allowPermission": [
                  "update"
                ]
              },
              {
                "key": "user/manage",
                "title": "Manage",
                "uri": "{principalUri}/manage",
                "iconClass": "fa fa-angle-right",
                "allowAuthority": [
                  "manager",
                  "owner",
                  "admin"
                ]
              }
            ]
          }
        ]
      }
    }
  }
]```