Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Jul 31, 2023
1 parent a7bb571 commit 1577f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2.2.x/site/en/adminGuide/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ role.list_grants()
Bind the role to a user so that this user can inherit all the privileges of the role.

```
role.add_user("roleA", username)
role.add_user(username)
```

After binding a role to a user, you can:

- List all users bind to a role

```
role.get_users("roleA")
role.get_users()
```

## 5. Deny access or privileges
Expand Down

0 comments on commit 1577f65

Please sign in to comment.