{
  "_links": {
    "self": {
      "href": "/api/v2/roles",
      "type": "application/json"
    }
  },
  "items": [
    {
      "_links": {
        "parent": {
          "href": "/api/v2/roles",
          "type": "application/json"
        },
        "self": {
          "href": "/api/v2/roles/example-role",
          "type": "application/json"
        }
      },
      "name": "example role",
      "key": "example-role",
      "description": "Deny access to production environments",
      "_id": "5a593f890z875421af55d96e",
      "policy": [
        {
          "resources": [
            "proj/*:env/production"
          ],
          "actions": [
            "*"
          ],
          "effect": "deny"
        }
      ]
    }
  ]
}

