From c91299aa66133d3cb88f2e84a678bd6376bd7a57 Mon Sep 17 00:00:00 2001 From: SimFG Date: Wed, 7 Aug 2024 10:32:37 +0800 Subject: [PATCH] change the `object name` to the `object type` in the privilege table --- site/en/reference/users_and_roles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/reference/users_and_roles.md b/site/en/reference/users_and_roles.md index ceb5b2823..128b389f6 100644 --- a/site/en/reference/users_and_roles.md +++ b/site/en/reference/users_and_roles.md @@ -29,7 +29,7 @@ If a user is bind with a `public` role, this user is entitled to the privileges The following table lists the values you can choose when [enabling RBAC](rbac.md). -| Object name | Privilege name | Relevant API description on the client side | +| Object type | Privilege name | Relevant API description on the client side | | ----------- | --------------------- | ------------------------------------------------- | | Collection | CreateIndex | CreateIndex | | Collection | DropIndex | DropIndex |