models_v2.ad_class_constants_1_enum module

class models_v2.ad_class_constants_1_enum.AdClassConstants1Enum[source]

Bases: object

Implementation of the ‘AdClassConstants1’ enum.

AD Class Constants

Attributes:

USER: TODO: type description here. GROUP: TODO: type description here. COMPUTER: TODO: type description here. WELLKNOWNPRINCIPAL: TODO: type description here.

COMPUTER = 'computer'
GROUP = 'group'
USER = 'user'
WELLKNOWNPRINCIPAL = 'wellKnownPrincipal'