PrivilegeGroup

Represents a named group of privileges that can be granted together.

type PrivilegeGroup struct {
    GroupName string
    Privileges []string
}

FIELDS:

  • GroupName (string)

    The name of the privilege group.

  • Privileges ([]string)

    The list of granted privileges.

Try Managed Milvus for Free

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

Get Started
Feedback

Was this page helpful?