跳到主要内容
版本:v3.0.x

PrivilegeGroup

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

Go
type PrivilegeGroup struct {
GroupName string
Privileges []string
}

FIELDS:

  • GroupName (string)

    The name of the privilege group.

  • Privileges ([]string)

    The list of granted privileges.