Authentication
In this chapter, you will find functions related to role-based access control (RBAC).
CreateRole() [READ MORE]
This method creates a role. In Milvus, you can allocate multiple privileges or privilege groups to a role and grant the role to a user so that the user gains the privileges allocated to the role.
CreateUser() [READ MORE]
This method creates a user. In Milvus, you can allocate multiple privileges or privilege groups to a role and grant the role to a user so that the user gains the privileges allocated to the role.
UpdatePassword() [READ MORE]
This method updates the password for an existing user.
DescribeRole() [READ MORE]
This method returns the detailed information about the specified role.
DescribeUser() [READ MORE]
This method returns the detailed information about the specified user.
DropRole() [READ MORE]
This method drops a role.
DropUser() [READ MORE]
This method drops a user.
GrantRole() [READ MORE]
This method grants a role to a user. In Milvus, you can allocate multiple privileges or privilege groups to a role and grant the role to a user so that the user gains the privileges allocated to the role.
GrantPrivilege() [READ MORE]
This method grants a privilege
ListRoles() [READ MORE]
This method returns a list of existing roles.
ListUsers() [READ MORE]
This method returns a list of existing users.
RevokeRole() [READ MORE]
This method revokes the role of a specific user. In Milvus, you can allocate multiple privileges or privilege groups to a role and grant the role to a user so that the user gains the privileges allocated to the role.
RevokePrivilege() [READ MORE]
This method revokes a privilege or a privilege group of a role. In Milvus, you can allocate multiple privileges or privilege groups to a role and grant the role to a user so that the user gains the privileges allocated to the role.
RevokeV2() [READ MORE]
This method revokes a privilege or a privilege group of a role. In Milvus, you can allocate multiple privileges or privilege groups to a role and grant the role to a user so that the user gains the privileges allocated to the role.
CreatePrivilegeGroup() [READ MORE]
This method creates a privilege group that contains several privileges. You can grant a privilege group to a role in the same way as you would grant a privilege.
OperatePrivilegeGroup() [READ MORE]
This method operates a privilege group, such as adding or removing privileges.
DropPrivilegeGroup() [READ MORE]
This method drops a privilege group.
ListPrivilegeGroups() [READ MORE]
This method returns a list of existing privilege groups.