This method lists all authenticated user access.
list_cred_users(using='default')
Parameter | Description |
---|---|
using | Alias of the Milvus server to list users in. |
Lists of all authenticated user access.
from pymilvus import utility
users = utility.list_cred_users(using='default')
Password must have at least 6 characters and must not exceed 256 characters in length.