Authentication
In this chapter, you will find functions related to role-based access control (RBAC).
AddPrivilegesToGroup() [READ MORE]
This operation adds privileges to the specified privilege group.
BackupRBAC() [READ MORE]
This operation backs up your RBAC settings.
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
GrantPrivilegeV2() [READ MORE]
This method grants a privilege or a privilege group to 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.
GrantV2() [READ MORE]
This method grants a privilege or a privilege group to 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.
ListRoles() [READ MORE]
This method returns a list of existing roles.
ListUsers() [READ MORE]
This method returns a list of existing users.
RemovePrivilegesFromGroup() [READ MORE]
This operation removes the specified privileges from a privilege group.
RestoreRBAC() [READ MORE]
This operation restores your RBAC settings from a backup.
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.
RevokePrivilegeV2() [READ MORE]
This method revokes a privilege or a privilege group from 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.