models.property_enum module

class models.property_enum.PropertyEnum[source]

Bases: object

Implementation of the ‘property’ enum.

TODO: type enum description here.

Attributes:

VIEWBOX: TODO: type description here. VLAN: TODO: type description here. PROTECTIONPOLICY: TODO: type description here. ENTITY: TODO: type description here. PROTECTIONJOB: TODO: type description here. VIEWS: TODO: type description here. ACTIVEDIRECTORY: TODO: type description here. LDAPPROVIDER: TODO: type description here.

ACTIVEDIRECTORY = 'ActiveDirectory'
ENTITY = 'Entity'
LDAPPROVIDER = 'LdapProvider'
PROTECTIONJOB = 'ProtectionJob'
PROTECTIONPOLICY = 'ProtectionPolicy'
VIEWBOX = 'ViewBox'
VIEWS = 'Views'
VLAN = 'Vlan'