Skip to content

Commit

Permalink
Merge pull request #849 from yhmo/patch-2
Browse files Browse the repository at this point in the history
Update grantRolePrivilege.md
  • Loading branch information
shanghaikid authored Nov 13, 2023
2 parents 6554764 + 18c4df8 commit 64e31d5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ new milvusClient(MILVUS_ADDRESS).grantRolePrivilege({
| Parameters | Description | Type |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| roleName | The user role name | String |
| object | Type of the operational object to which the specified privilege belongs, such as Collection, Index, Partition, etc. This parameter is case-sensitive. | boolean |
| objectName | Name of the object to which the role is granted the specified prvilege. | string |
| privilegeName | Name of the privilege to be granted to the role. This parameter is case-sensitive. | string |
| object | Type of the operational object to which the specified privilege belongs, such as Collection, Index, Partition, etc. This parameter is case-sensitive. | String |
| objectName | Name of the object to which the role is granted the specified prvilege. | String |
| privilegeName | Name of the privilege to be granted to the role. This parameter is case-sensitive. | String |
| timeout? | This parameter is used to specify the length of time, in milliseconds, that the RPC (Remote Procedure Call) is allowed to run. If no value is provided, the default is undefined. | Number |

0 comments on commit 64e31d5

Please sign in to comment.