mirror of
https://github.com/openkmip/pykmip
synced 2025-12-05 23:53:19 +00:00
Update enums.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user