models.kms_create_request_parameters module

class models.kms_create_request_parameters.KmsCreateRequestParameters(aws_kms=None, cryptsoft_kms=None, id=None, key_name=None, server_name=None, server_type=None, vault_id_list=None, view_box_id_list=None)[source]

Bases: object

Implementation of the ‘KmsCreateRequestParameters’ model.

Request to create a KMS with specified configuration.

Attributes:

aws_kms (AwsKmsConfiguration): AWS KMS conifg. cryptsoft_kms (CryptsoftKmsConfiguration): Cryptsoft KMS config. id (int): The Id of a KMS server. key_name (string): Specifies name of the key. server_name (string): Specifies the name given to the KMS Server. server_type (ServerTypeKmsCreateRequestParametersEnum): 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.

vault_id_list (list of long|int): Specifies the list of Vault Ids. view_box_id_list (list of long|int): Specifies the list of View Box

Ids.

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.