models.object_class_search_principals_enum module¶
- 
class models.object_class_search_principals_enum.ObjectClassSearchPrincipalsEnum[source]¶
- Bases: - object- Implementation of the ‘objectClass_SearchPrincipals’ enum. - TODO: type enum description here. - Attributes:
- KUSER: TODO: type description here. KGROUP: TODO: type description here. KCOMPUTER: TODO: type description here. KWELLKNOWNPRINCIPAL: TODO: type description here. 
 - 
KCOMPUTER= 'kComputer'¶
 - 
KGROUP= 'kGroup'¶
 - 
KUSER= 'kUser'¶
 - 
KWELLKNOWNPRINCIPAL= 'kWellKnownPrincipal'¶