Legal Models¶
-
class
legal.
LegalReason
¶ enum.Enum
of legal reasons for processing operations based on Art. 6 (1) a to f GDPR-
__str__
()¶ Returns a human-readable representation (in German) of an enum member
-
CONSENT
= 1¶
-
CONTRACT
= 2¶
-
LEGAL_OBLIGATION
= 3¶
-
VITAL_INTERESTS
= 4¶
-
OFFICIAL_AUTHORITY
= 5¶
-
LEGITIMATE_INTERESTS
= 6¶
-