User

Represents a user with their assigned roles, returned by DescribeUser.

type User struct {
    UserName string
    Roles []string
}

FIELDS:

  • UserName (string)

    The name of the user.

  • Roles ([]string)

    The list of assigned roles.

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?