mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
Update enums.py
This commit is contained in:
parent
652d5cab67
commit
a339b97add
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user