Bases: object
Data about a group from LDAP.
This represents the subset of Group that
comes from LDAP. It allows the GID to be None.
- Parameters:
-
Attributes Summary
Attributes Documentation
-
gid:
Optional[int] = <dataclasses._MISSING_TYPE object>
GID of the group.
-
name:
str = <dataclasses._MISSING_TYPE object>
Name of the group.