models.object_class_enum module

class models.object_class_enum.ObjectClassEnum[source]

Bases: object

Implementation of the ‘ObjectClass’ enum.

Specifies the object class of the principal (either ‘kGroup’ or ‘kUser’). ‘kUser’ specifies a user object class. ‘kGroup’ specifies a group object class. ‘kComputer’ specifies a computer object class. ‘kWellKnownPrincipal’ specifies a well known principal.

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'