Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 581 Bytes

item_group.rst

File metadata and controls

38 lines (24 loc) · 581 Bytes

Group items

Manages system groups. Group members are managed through the user <item_user> item.

groups = {
    "acme": {
        "gid": 2342,
    },
}

Attribute reference

The list of generic builtin item attributes <builtin_item_attributes>

delete

When set to True, this group will be removed from the system. When using delete, no other attributes are allowed.

gid

Numerical ID of the group.