Advertisement
Guest User

Untitled

a guest
May 14th, 2015
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "1": {
  3.         "id": "1",
  4.         "name": "authenticated",
  5.         "desc": "All authenticated users",
  6.         "alm": [
  7.             {
  8.                 "al_id": "1",
  9.                 "al_name": "authenticated",
  10.                 "al_desc": "All authenticated users",
  11.                 "alm_id": "1",
  12.                 "alm_u_id": null,
  13.                 "alm_g_id": null,
  14.                 "alm_ul_id": "2",
  15.                 "alm_type": "1",
  16.                 "ul_name": "Mere Mortal",
  17.                 "username": null,
  18.                 "groupname": null
  19.             },
  20.             {
  21.                 "al_id": "1",
  22.                 "al_name": "authenticated",
  23.                 "al_desc": "All authenticated users",
  24.                 "alm_id": "15",
  25.                 "alm_u_id": "1",
  26.                 "alm_g_id": null,
  27.                 "alm_ul_id": null,
  28.                 "alm_type": "0",
  29.                 "ul_name": null,
  30.                 "username": "admin",
  31.                 "groupname": null
  32.             }
  33.         ],
  34.         "links": {
  35.             "rel": "self",
  36.             "href": "/api/settings/acl/1"
  37.         },
  38.         "mappings": 2
  39.     },
  40.     "2": {
  41.         "id": "2",
  42.         "name": "sysadmin",
  43.         "desc": "System Administrators",
  44.         "alm": [
  45.             {
  46.                 "al_id": "2",
  47.                 "al_name": "sysadmin",
  48.                 "al_desc": "System Administrators",
  49.                 "alm_id": "2",
  50.                 "alm_u_id": "1",
  51.                 "alm_g_id": null,
  52.                 "alm_ul_id": null,
  53.                 "alm_type": "1",
  54.                 "ul_name": null,
  55.                 "username": "admin",
  56.                 "groupname": null
  57.             }
  58.         ],
  59.         "links": {
  60.             "rel": "self",
  61.             "href": "/api/settings/acl/2"
  62.         },
  63.         "mappings": 1
  64.     },
  65.     "3": {
  66.         "id": "3",
  67.         "name": "users",
  68.         "desc": "Access user administration and view users",
  69.         "alm": [
  70.             {
  71.                 "al_id": "3",
  72.                 "al_name": "users",
  73.                 "al_desc": "Access user administration and view users",
  74.                 "alm_id": "3",
  75.                 "alm_u_id": null,
  76.                 "alm_g_id": null,
  77.                 "alm_ul_id": "0",
  78.                 "alm_type": "1",
  79.                 "ul_name": "System Administrator",
  80.                 "username": null,
  81.                 "groupname": null
  82.             }
  83.         ],
  84.         "links": {
  85.             "rel": "self",
  86.             "href": "/api/settings/acl/3"
  87.         },
  88.         "mappings": 1
  89.     },
  90.     "4": {
  91.         "id": "4",
  92.         "name": "users_edit",
  93.         "desc": "Edit users",
  94.         "alm": [
  95.             {
  96.                 "al_id": "4",
  97.                 "al_name": "users_edit",
  98.                 "al_desc": "Edit users",
  99.                 "alm_id": "4",
  100.                 "alm_u_id": null,
  101.                 "alm_g_id": null,
  102.                 "alm_ul_id": "0",
  103.                 "alm_type": "1",
  104.                 "ul_name": "System Administrator",
  105.                 "username": null,
  106.                 "groupname": null
  107.             }
  108.         ],
  109.         "links": {
  110.             "rel": "self",
  111.             "href": "/api/settings/acl/4"
  112.         },
  113.         "mappings": 1
  114.     },
  115.     "5": {
  116.         "id": "5",
  117.         "name": "users_lock",
  118.         "desc": "Lock and unlock users",
  119.         "alm": [
  120.             {
  121.                 "al_id": "5",
  122.                 "al_name": "users_lock",
  123.                 "al_desc": "Lock and unlock users",
  124.                 "alm_id": "5",
  125.                 "alm_u_id": null,
  126.                 "alm_g_id": null,
  127.                 "alm_ul_id": "0",
  128.                 "alm_type": "1",
  129.                 "ul_name": "System Administrator",
  130.                 "username": null,
  131.                 "groupname": null
  132.             }
  133.         ],
  134.         "links": {
  135.             "rel": "self",
  136.             "href": "/api/settings/acl/5"
  137.         },
  138.         "mappings": 1
  139.     },
  140.     "6": {
  141.         "id": "6",
  142.         "name": "users_add",
  143.         "desc": "Add users",
  144.         "alm": [
  145.             {
  146.                 "al_id": "6",
  147.                 "al_name": "users_add",
  148.                 "al_desc": "Add users",
  149.                 "alm_id": "6",
  150.                 "alm_u_id": null,
  151.                 "alm_g_id": null,
  152.                 "alm_ul_id": "0",
  153.                 "alm_type": "1",
  154.                 "ul_name": "System Administrator",
  155.                 "username": null,
  156.                 "groupname": null
  157.             }
  158.         ],
  159.         "links": {
  160.             "rel": "self",
  161.             "href": "/api/settings/acl/6"
  162.         },
  163.         "mappings": 1
  164.     }
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement