mirror of https://github.com/OpenKMIP/PyKMIP.git
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…
Reference in New Issue