mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-21 13:04:22 +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'
|
KEY_VALUE_LOCATION = 'Key Value Location'
|
||||||
ORIGINAL_CREATION_DATE = 'Original Creation Date'
|
ORIGINAL_CREATION_DATE = 'Original Creation Date'
|
||||||
SENSITIVE = "Sensitive"
|
SENSITIVE = "Sensitive"
|
||||||
|
ALWAYS_SENSITIVE = 'Always Sensitive'
|
||||||
|
EXTRACTABLE = 'Extractable'
|
||||||
|
NEVER_EXTRACTABLE = 'Never Extractable'
|
||||||
|
|
||||||
|
|
||||||
class AuthenticationSuite(enum.Enum):
|
class AuthenticationSuite(enum.Enum):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user