ruạṛ
a O��f% � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�ExportedKeyDataz; The response to a request to export key material. �RSA_OAEP_AES_SHA256�RSA_OAEP_SHA256c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new ExportedKeyData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key_version_id: The value to assign to the key_version_id property of this ExportedKeyData. :type key_version_id: str :param key_id: The value to assign to the key_id property of this ExportedKeyData. :type key_id: str :param time_created: The value to assign to the time_created property of this ExportedKeyData. :type time_created: datetime :param vault_id: The value to assign to the vault_id property of this ExportedKeyData. :type vault_id: str :param encrypted_key: The value to assign to the encrypted_key property of this ExportedKeyData. :type encrypted_key: str :param algorithm: The value to assign to the algorithm property of this ExportedKeyData. Allowed values for this property are: "RSA_OAEP_AES_SHA256", "RSA_OAEP_SHA256", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type algorithm: str �str�datetime)�key_version_id�key_id�time_created�vault_id� encrypted_key� algorithm�keyVersionId�keyId�timeCreated�vaultId�encryptedKeyr N)� swagger_types� attribute_map�_key_version_id�_key_id� _time_created� _vault_id�_encrypted_key� _algorithm)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/key_management/models/exported_key_data.py�__init__ s( !� � zExportedKeyData.__init__c C s | j S )z� **[Required]** Gets the key_version_id of this ExportedKeyData. The OCID of the key version. :return: The key_version_id of this ExportedKeyData. :rtype: str �r �r r r r! r Q s zExportedKeyData.key_version_idc C s || _ dS )z� Sets the key_version_id of this ExportedKeyData. The OCID of the key version. :param key_version_id: The key_version_id of this ExportedKeyData. :type: str Nr# )r r r r r! r ] s c C s | j S )z� **[Required]** Gets the key_id of this ExportedKeyData. The OCID of the master encryption key associated with this key version. :return: The key_id of this ExportedKeyData. :rtype: str �r r$ r r r! r i s zExportedKeyData.key_idc C s || _ dS )z� Sets the key_id of this ExportedKeyData. The OCID of the master encryption key associated with this key version. :param key_id: The key_id of this ExportedKeyData. :type: str Nr% )r r r r r! r u s c C s | j S )a9 **[Required]** Gets the time_created of this ExportedKeyData. The date and time this key version was created, expressed in `RFC 3339`__ timestamp format. __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this ExportedKeyData. :rtype: datetime �r r$ r r r! r � s zExportedKeyData.time_createdc C s || _ dS )a5 Sets the time_created of this ExportedKeyData. The date and time this key version was created, expressed in `RFC 3339`__ timestamp format. __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this ExportedKeyData. :type: datetime Nr&