models.cryptsoft_kms_update_params module¶
-
class
models.cryptsoft_kms_update_params.
CryptsoftKmsUpdateParams
(ca_certificate=None, client_certificate=None, client_key=None, kmip_protocol_version=None)[source]¶ Bases:
object
Implementation of the ‘CryptsoftKmsUpdateParams’ model.
Specifies the parameters for kmip KMS configuration.
- Attributes:
ca_certificate (string): Specifies the CA certificate in PEM format. client_certificate (string): Specifies the client certificate.
It is in PEM format.
client_key (string): Specifies the client private key. kmip_protocol_version (string): Specifies protocol version used to
communicate with the KMS.
-
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.