{
    "admin_create" : {
        "description" : "Create new admins"
    },
    "admin_update" : {
        "description" : "Edit admin info, Activate, Deactivate, Reset password"
    },
    "admin_view" : {
        "description" : "View list of admins, view admin details"
    },
    "data_center_view" : {
        "description" : "View the list of data centers"
    },
    "department_create" : {
        "description" : "Create the new department"
    },
    "department_delete" : {
        "description" : "Delete the department"
    },
    "department_update" : {
        "description" : "Update the information of department"
    },
    "department_view" : {
        "description" : "View the list of departments"
    },
    "permission_view" : {
        "description" : "View the list of permissions"
    },
    "role_create" : {
        "description" : "Create the new role"
    },
    "role_delete" : {
        "description" : "Delete the role"
    },
    "role_update" : {
        "description" : "Update the information of role"
    },
    "role_view" : {
        "description" : "View the list of roles"
    }
}
