models_v2.ad_attribute_constants_1_enum module

class models_v2.ad_attribute_constants_1_enum.AdAttributeConstants1Enum[source]

Bases: object

Implementation of the ‘AdAttributeConstants1’ enum.

AD Attribute Constants

Attributes:

NAME: TODO: type description here. OBJECTSID: TODO: type description here. SAMACCOUNTNAME: TODO: type description here. OBJECTCLASS: TODO: type description here.

NAME = 'name'
OBJECTCLASS = 'objectClass'
OBJECTSID = 'objectSid'
SAMACCOUNTNAME = 'sAMAccountName'