Update enums.py

This commit is contained in:
dsmith-qlik 2022-09-19 13:06:44 -07:00 committed by arp102
parent 652d5cab67
commit a339b97add
1 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,9 @@ class AttributeType(enum.Enum):
KEY_VALUE_LOCATION = 'Key Value Location'
ORIGINAL_CREATION_DATE = 'Original Creation Date'
SENSITIVE = "Sensitive"
ALWAYS_SENSITIVE = 'Always Sensitive'
EXTRACTABLE = 'Extractable'
NEVER_EXTRACTABLE = 'Never Extractable'
class AuthenticationSuite(enum.Enum):