docs: replace path list with table for better readability

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
This commit is contained in:
Alexander Zeidler 2023-11-24 18:43:47 +01:00 committed by Thomas Lamprecht
parent 9aa8df5b05
commit f8c78d84a1

View File

@ -329,16 +329,19 @@ references are specified in curly brackets.
Some examples are: Some examples are:
* `/datastore`: Access to *all* datastores on a Proxmox Backup server .. table::
* `/datastore/{store}`: Access to a specific datastore on a Proxmox Backup :align: left
server
* `/datastore/{store}/{ns}`: Access to a specific namespace on a specific =========================== =========================================================
datastore ``/datastore`` Access to *all* datastores on a Proxmox Backup server
* `/remote`: Access to all remote entries ``/datastore/{store}`` Access to a specific datastore on a Proxmox Backup server
* `/system/network`: Access to configure the host network ``/datastore/{store}/{ns}`` Access to a specific namespace on a specific datastore
* `/tape/`: Access to tape devices, pools and jobs ``/remote`` Access to all remote entries
* `/access/users`: User administration ``/system/network`` Access to configure the host network
* `/access/openid/{id}`: Administrative access to a specific OpenID Connect realm ``/tape/`` Access to tape devices, pools and jobs
``/access/users`` User administration
``/access/openid/{id}`` Administrative access to a specific OpenID Connect realm
=========================== =========================================================
Inheritance Inheritance
^^^^^^^^^^^ ^^^^^^^^^^^