models_v2.type_enum module

class models_v2.type_enum.TypeEnum[source]

Bases: object

Implementation of the ‘Type’ enum.

Specifies the type of the mapping.

Attributes:

RFC2307: TODO: type description here. SFU30: TODO: type description here. CENTRIFY: TODO: type description here. CUSTOMATTRIBUTES: TODO: type description here. LDAPPROVIDER: TODO: type description here. NISPROVIDER: TODO: type description here. RID: TODO: type description here. FIXED: TODO: type description here.

CENTRIFY = 'Centrify'
CUSTOMATTRIBUTES = 'CustomAttributes'
FIXED = 'Fixed'
LDAPPROVIDER = 'LdapProvider'
NISPROVIDER = 'NisProvider'
RFC2307 = 'Rfc2307'
RID = 'Rid'
SFU30 = 'Sfu30'