@twinfinity/permission
    Preparing search index...

    Type Alias PrincipalPermission

    PrincipalPermission:
        | "View"
        | "Edit"
        | "Delete"
        | "ViewMembers"
        | "ManagePermissions"

    The permission bits a subject can hold on a group's management scope.

    • View — can see the group and its basic metadata (title, description, display name).
    • Edit — can create and modify groups.
    • Delete — can delete the group.
    • ViewMembers — can list the group's members.
    • ManagePermissions — can update permissions connected to the group (e.g. grant another user Edit on it).