RBAC
addUserToRole() [READ MORE]
MilvusClient interface. This method adds a user to a role. The user will get permissions that the role is allowed to perform operations.
removeUserFromRole() [READ MORE]
MilvusClient interface. This method removes a user from a role. The user will remove permissions that the role is allowed to perform operations.
selectRole() [READ MORE]
MilvusClient interface. This method gets all users' information about a role.
selectUser() [READ MORE]
MilvusClient interface. This method gets all roles the user has.
selectGrantForRole() [READ MORE]
MilvusClient interface. This method lists grant info for the role and the specific object.
selectGrantForRoleAndObject() [READ MORE]
MilvusClient interface. This method lists grant info for a role.