{% set nav_title = "⚙ Admin Panel" %} {% set show_admin_link = False %} {% include '_app_nav_header.html' %}
{% set admin_active_tab = "user-attributes" %} {% include '_admin_tabs.html' %}

User attributes

Per-user ABAC subject attributes evaluated by policies.

Common attributes

KeyValues / notes
clearancepublic · internal (default) · pii_authorized · admin
managed_devicetrue / false — marks device as managed for P2P policies
groupsComma-separated group names, e.g. finance,hr
{% if error %} {% end %}

Set an attribute

{% raw xsrf_form_html() %}

Current attributes ({{ len(attrs) }})

{% for a in attrs %} {% end %} {% if not attrs %} {% end %}
Username Key Value Updated Actions
{{ a['username'] }} {{ a['key'] }} {{ a['value'] }} {{ a['updated_at'] }}
No user attributes set yet.