{% extends "base.html" %} {% block title %}Explain a permission decision{% endblock %} {% block extra_head %} {% include "_permission_ui_styles.html" %} {% include "_debug_common_functions.html" %} {% endblock %} {% block content %}

Explain a permission decision

{% set current_tab = "check" %} {% include "_permissions_debug_tabs.html" %}

Test an actor, action and resource. The result explains which rules matched, which specificity level won, and whether actor restrictions or required actions changed the verdict.

Use null for an anonymous actor. This actor is simulated; it does not change who you are signed in as.
The operation to evaluate
The database or other parent resource
The table, query or other child resource
{% endblock %}