models.kms_configuration_response module¶
-
class
models.kms_configuration_response.
KmsConfigurationResponse
(aws_kms=None, connection_status=None, cryptsoft_kms=None, id=None, server_name=None, server_type=None)[source]¶ Bases:
object
Implementation of the ‘KmsConfigurationResponse’ model.
Specifies response parameters to a KMS request.
- Attributes:
aws_kms (AwsKmsConfiguration): AWS KMS conifg response. connection_status (bool): Specifies if connection to this KMS exists. cryptsoft_kms (CryptsoftKmsConfigResponse): Specifies the config
response for cryptsoftKMS.
id (int): The Id of a KMS server. server_name (string): Specifies the name given to the KMS Server. server_type (ServerTypeEnum): Specifies the type of key mangement
system. ‘kInternalKms’ indicates an internal KMS object. ‘kAwsKms’ indicates an Aws KMS object. ‘kCryptsoftKms’ indicates a Cryptsoft KMS object.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.