Authentication
Methods and classes related to authentication.
BackupRBAC() [READ MORE]
This operation creates a full backup of RBAC metadata, including users, roles, grants, and privilege groups.
CreateRole() [READ MORE]
This operation creates a new role for access control.
CreateUser() [READ MORE]
This operation creates a new user with a username and password.
DescribeRole() [READ MORE]
This operation returns detailed information about a role, including its granted privileges.
DescribeUser() [READ MORE]
This operation returns detailed information about a user, including their assigned roles.
DropRole() [READ MORE]
This operation drops a role from the system.
DropUser() [READ MORE]
This operation drops a user from the system.
GrantPrivilegeV2() [READ MORE]
This operation grants a privilege to a role using the v2 API with simplified parameters.
GrantRole() [READ MORE]
This operation assigns a role to a user.
ListPrivilegeGroups() [READ MORE]
This operation lists all privilege groups and their included privileges.
ListRoles() [READ MORE]
This operation lists all roles in the Milvus instance.
ListUsers() [READ MORE]
This operation lists all users in the Milvus instance.
PrivilegeGroup [READ MORE]
Represents a named group of privileges that can be granted together.
RBACMeta [READ MORE]
A full snapshot of RBAC metadata including users, roles, grants, and privilege groups. Used with BackupRBAC/RestoreRBAC.
RestoreRBAC() [READ MORE]
This operation restores RBAC metadata from a previously created backup.
RevokePrivilegeV2() [READ MORE]
This operation revokes a privilege from a role using the v2 API.
RevokeRole() [READ MORE]
This operation removes a role from a user.
Role [READ MORE]
Represents a role with its granted privileges, returned by DescribeRole.
UpdatePassword() [READ MORE]
This operation updates the password for an existing user.
User [READ MORE]
Represents a user with their assigned roles, returned by DescribeUser.