Interface IGroup

Specifies information about a group.

Hierarchy

  • IGroup

Properties

description?: string

The description for the group.

ldapGroupReference?: string

The LDAP group that this group is associated with.

name: string

The name of the group.

roles?: (string | Role)[]

The roles which are associated with this group.

Generated using TypeDoc