📂 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: export_key_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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�ExportKeyDetailszB The details of the key that you want to wrap and export. �RSA_OAEP_AES_SHA256�RSA_OAEP_SHA256c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a Initializes a new ExportKeyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key_id: The value to assign to the key_id property of this ExportKeyDetails. :type key_id: str :param key_version_id: The value to assign to the key_version_id property of this ExportKeyDetails. :type key_version_id: str :param algorithm: The value to assign to the algorithm property of this ExportKeyDetails. Allowed values for this property are: "RSA_OAEP_AES_SHA256", "RSA_OAEP_SHA256" :type algorithm: str :param public_key: The value to assign to the public_key property of this ExportKeyDetails. :type public_key: str :param logging_context: The value to assign to the logging_context property of this ExportKeyDetails. :type logging_context: dict(str, str) �strzdict(str, str))�key_id�key_version_id� algorithm� public_key�logging_context�keyId�keyVersionIdr � publicKey�loggingContextN)� swagger_types� attribute_map�_key_id�_key_version_id� _algorithm�_public_key�_logging_context)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/key_management/models/export_key_details.py�__init__ s"