Description Arguments Value Methods Examples
etcd authentication - users
user |
(character) User name to create/delete |
password |
(character) Password to give the new user |
roles |
(list/character vector) Roles to give the new user |
auth_user, auth_pwd |
(character) Username and password for the authenticated user, the root user |
... |
Further args passed on to |
see return for each method
user_list: list users, a list of users
user_add: add a user, a list with slots user
and roles
user_get: get a user by name, a list with slots user
and roles
(if any exist)
user_delete: delete a user by name, returns nothing on success
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.