メインコンテンツまでスキップ

PrivilegeGroup

Addedv2.6.x

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.