mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-12 12:33:02 +00:00
regen rest-api
This commit is contained in:
@@ -1461,8 +1461,9 @@ components:
|
|||||||
Access the admin page. Permission to take actions via the admin
|
Access the admin page. Permission to take actions via the admin
|
||||||
page granted separately.
|
page granted separately.
|
||||||
admin:users:
|
admin:users:
|
||||||
Read, write, create and delete users and their authentication
|
Read, modify, create, and delete users and their authentication
|
||||||
state, not including their servers or tokens.
|
state, not including their servers or tokens. This is an extremely privileged
|
||||||
|
scope and should be considered tantamount to superuser.
|
||||||
admin:auth_state: Read a user’s authentication state.
|
admin:auth_state: Read a user’s authentication state.
|
||||||
users:
|
users:
|
||||||
Read and write permissions to user models (excluding servers, tokens
|
Read and write permissions to user models (excluding servers, tokens
|
||||||
@@ -1493,8 +1494,8 @@ components:
|
|||||||
read:tokens: Read user tokens.
|
read:tokens: Read user tokens.
|
||||||
admin:groups: Read and write group information, create and delete groups.
|
admin:groups: Read and write group information, create and delete groups.
|
||||||
groups:
|
groups:
|
||||||
Read and write group information, including adding/removing users
|
"Read and write group information, including adding/removing any
|
||||||
to/from groups.
|
users to/from groups. Note: adding users to groups may affect permissions."
|
||||||
list:groups: List groups, including at least their names.
|
list:groups: List groups, including at least their names.
|
||||||
read:groups: Read group models.
|
read:groups: Read group models.
|
||||||
read:groups:name: Read group names.
|
read:groups:name: Read group names.
|
||||||
|
Reference in New Issue
Block a user