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

Role

Represents a role with its granted privileges, returned by DescribeRole.

Go
type Role struct {
RoleName string
Privileges []GrantItem
}

FIELDS:

  • RoleName (string)

    The name of the role.

  • Privileges ([]GrantItem)

    The list of granted privileges.