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 Jan 25, 2024
1 parent c05b12a commit a7b14d9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions v2.3.x/site/en/reference/users_and_roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,30 @@ The following table lists the values you can choose when [enabling RBAC](rbac.md
| Collection | DropIndex | DropIndex |
| Collection | IndexDetail | DescribeIndex/GetIndexState/GetIndexBuildProgress |
| Collection | Load | LoadCollection/GetLoadingProgress/GetLoadState |
| Collection | GetLoadingProgress | GetLoadingProgress |
| Collection | GetLoadState | GetLoadState |
| Collection | Release | ReleaseCollection |
| Collection | Insert | Insert |
| Collection | Delete | Delete |
| Collection | Upsert | Upsert |
| Collection | Search | Search |
| Collection | Flush | Flush |
| Collection | Flush | Flush/GetFlushState |
| Collection | GetFlushState | GetFlushState |
| Collection | Query | Query |
| Collection | GetStatistics | GetCollectionStatistics |
| Collection | Compaction | Compact |
| Collection | Import | BulkInsert/Import |
| Collection | LoadBalance | LoadBalance |
| Collection | CreatePartition | CreatePartition |
| Collection | DropPartition | DropPartition |
| Collection | ShowPartitions | ShowPartitions |
| Collection | HasPartition | HasPartition |
| Global | All | All API operation permissions in this table |
| Global | CreateCollection | CreateCollection |
| Global | DropCollection | DropCollection |
| Global | DescribeCollection | DescribeCollection |
| Global | ShowCollections | ShowCollections |
| Global | RenameCollection | RenameCollection |
| Global | FlushAll | FlushAll |
| Global | CreateOwnership | CreateUser CreateRole |
| Global | DropOwnership | DeleteCredential DropRole |
Expand All @@ -60,10 +69,13 @@ The following table lists the values you can choose when [enabling RBAC](rbac.md
| Global | ListResourceGroups | ListResourceGroups |
| Global | TransferNode | TransferNode |
| Global | TransferReplica | TransferReplica |
| Global | RenameCollection | RenameCollection |
| Global | CreateDatabase | CreateDatabase |
| Global | DropDatabase | DropDatabase | 1
| Global | DropDatabase | DropDatabase |
| Global | ListDatabases | ListDatabases |
| Global | CreateAlias | CreateAlias |
| Global | DropAlias | DropAlias |
| Global | DescribeAlias | DescribeAlias |
| Global | ListAliases | ListAliases |
| User | UpdateUser | UpdateCredential |
| User | SelectUser | SelectUser |

Expand Down

0 comments on commit a7b14d9

Please sign in to comment.