Source code for models_v2.ad_attribute_constants_1_enum
# -*- coding: utf-8 -*-
[docs]class AdAttributeConstants1Enum(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'
OBJECTSID = 'objectSid'
SAMACCOUNTNAME = 'sAMAccountName'
OBJECTCLASS = 'objectClass'