📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
key_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/key_management/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: encrypt_data_details.pyc
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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �EncryptDataDetailsz# EncryptDataDetails model. �AES_256_GCM�RSA_OAEP_SHA_1�RSA_OAEP_SHA_256c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new EncryptDataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param associated_data: The value to assign to the associated_data property of this EncryptDataDetails. :type associated_data: dict(str, str) :param key_id: The value to assign to the key_id property of this EncryptDataDetails. :type key_id: str :param logging_context: The value to assign to the logging_context property of this EncryptDataDetails. :type logging_context: dict(str, str) :param plaintext: The value to assign to the plaintext property of this EncryptDataDetails. :type plaintext: str :param key_version_id: The value to assign to the key_version_id property of this EncryptDataDetails. :type key_version_id: str :param encryption_algorithm: The value to assign to the encryption_algorithm property of this EncryptDataDetails. Allowed values for this property are: "AES_256_GCM", "RSA_OAEP_SHA_1", "RSA_OAEP_SHA_256" :type encryption_algorithm: str zdict(str, str)�str)�associated_data�key_id�logging_context� plaintext�key_version_id�encryption_algorithm�associatedData�keyId�loggingContextr �keyVersionId�encryptionAlgorithmN)� swagger_types� attribute_map�_associated_data�_key_id�_logging_context� _plaintext�_key_version_id�_encryption_algorithm)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/key_management/models/encrypt_data_details.py�__init__ s( � � zEncryptDataDetails.__init__c C s | j S )ay Gets the associated_data of this EncryptDataDetails. Information that can be used to provide an encryption context for the encrypted data. The length of the string representation of the associated data must be fewer than 4096 characters. :return: The associated_data of this EncryptDataDetails. :rtype: dict(str, str) �r �r r r r! r T s z"EncryptDataDetails.associated_datac C s || _ dS )a� Sets the associated_data of this EncryptDataDetails. Information that can be used to provide an encryption context for the encrypted data. The length of the string representation of the associated data must be fewer than 4096 characters. :param associated_data: The associated_data of this EncryptDataDetails. :type: dict(str, str) Nr# )r r r r r! r b s c C s | j S )z� **[Required]** Gets the key_id of this EncryptDataDetails. The OCID of the key to encrypt with. :return: The key_id of this EncryptDataDetails. :rtype: str �r r$ r r r! r p s zEncryptDataDetails.key_idc C s || _ dS )z� Sets the key_id of this EncryptDataDetails. The OCID of the key to encrypt with. :param key_id: The key_id of this EncryptDataDetails. :type: str Nr% )r r r r r! r | s c C s | j S )aa Gets the logging_context of this EncryptDataDetails. Information that provides context for audit logging. You can provide this additional data as key-value pairs to include in the audit logs when audit logging is enabled. :return: The logging_context of this EncryptDataDetails. :rtype: dict(str, str) �r r$ r r r! r � s z"EncryptDataDetails.logging_contextc C s || _ dS )ao Sets the logging_context of this EncryptDataDetails. Information that provides context for audit logging. You can provide this additional data as key-value pairs to include in the audit logs when audit logging is enabled. :param logging_context: The logging_context of this EncryptDataDetails. :type: dict(str, str) Nr&