📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
certificates_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/certificates_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: certificate_summary.cpython-39.opt-1.pyc
a ���f�r � @ 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 @ sR e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Z e j!d d� �Z ed!d"� �Z"e"j!d#d"� �Z"ed$d%� �Z#e#j!d&d%� �Z#ed'd(� �Z$e$j!d)d(� �Z$ed*d+� �Z%e%j!d,d+� �Z%ed-d.� �Z&e&j!d/d.� �Z&ed0d1� �Z'e'j!d2d1� �Z'ed3d4� �Z(e(j!d5d4� �Z(ed6d7� �Z)e)j!d8d7� �Z)ed9d:� �Z*e*j!d;d:� �Z*ed<d=� �Z+e+j!d>d=� �Z+ed?d@� �Z,e,j!dAd@� �Z,edBdC� �Z-e-j!dDdC� �Z-edEdF� �Z.e.j!dGdF� �Z.edHdI� �Z/e/j!dJdI� �Z/edKdL� �Z0e0j!dMdL� �Z0edNdO� �Z1e1j!dPdO� �Z1dQdR� Z2dSdT� Z3dUdV� Z4dWS )X�CertificateSummaryz` The details of the certificate. This object does not contain the certificate contents. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�SCHEDULING_DELETION�PENDING_DELETION�CANCELLING_DELETION�FAILED�ISSUED_BY_INTERNAL_CA�(MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA�IMPORTED�RSA2048�RSA4096� ECDSA_P256� ECDSA_P384�SHA256_WITH_RSA�SHA384_WITH_RSA�SHA512_WITH_RSA�SHA256_WITH_ECDSA�SHA384_WITH_ECDSA�SHA512_WITH_ECDSA�TLS_SERVER_OR_CLIENT� TLS_SERVER� TLS_CLIENT� TLS_CODE_SIGNc K s� dddddddddddddddddd�| _ d d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a2 Initializes a new CertificateSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this CertificateSummary. :type id: str :param issuer_certificate_authority_id: The value to assign to the issuer_certificate_authority_id property of this CertificateSummary. :type issuer_certificate_authority_id: str :param name: The value to assign to the name property of this CertificateSummary. :type name: str :param description: The value to assign to the description property of this CertificateSummary. :type description: str :param time_created: The value to assign to the time_created property of this CertificateSummary. :type time_created: datetime :param time_of_deletion: The value to assign to the time_of_deletion property of this CertificateSummary. :type time_of_deletion: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this CertificateSummary. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "SCHEDULING_DELETION", "PENDING_DELETION", "CANCELLING_DELETION", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param compartment_id: The value to assign to the compartment_id property of this CertificateSummary. :type compartment_id: str :param certificate_rules: The value to assign to the certificate_rules property of this CertificateSummary. :type certificate_rules: list[oci.certificates_management.models.CertificateRule] :param current_version_summary: The value to assign to the current_version_summary property of this CertificateSummary. :type current_version_summary: oci.certificates_management.models.CertificateVersionSummary :param subject: The value to assign to the subject property of this CertificateSummary. :type subject: oci.certificates_management.models.CertificateSubject :param config_type: The value to assign to the config_type property of this CertificateSummary. Allowed values for this property are: "ISSUED_BY_INTERNAL_CA", "MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA", "IMPORTED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type config_type: str :param key_algorithm: The value to assign to the key_algorithm property of this CertificateSummary. Allowed values for this property are: "RSA2048", "RSA4096", "ECDSA_P256", "ECDSA_P384", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type key_algorithm: str :param signature_algorithm: The value to assign to the signature_algorithm property of this CertificateSummary. Allowed values for this property are: "SHA256_WITH_RSA", "SHA384_WITH_RSA", "SHA512_WITH_RSA", "SHA256_WITH_ECDSA", "SHA384_WITH_ECDSA", "SHA512_WITH_ECDSA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type signature_algorithm: str :param certificate_profile_type: The value to assign to the certificate_profile_type property of this CertificateSummary. Allowed values for this property are: "TLS_SERVER_OR_CLIENT", "TLS_SERVER", "TLS_CLIENT", "TLS_CODE_SIGN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type certificate_profile_type: str :param freeform_tags: The value to assign to the freeform_tags property of this CertificateSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CertificateSummary. :type defined_tags: dict(str, dict(str, object)) �strZdatetimezlist[CertificateRule]ZCertificateVersionSummaryZCertificateSubjectzdict(str, str)zdict(str, dict(str, object)))�id�issuer_certificate_authority_id�name�description�time_created�time_of_deletion�lifecycle_state�compartment_id�certificate_rules�current_version_summary�subject�config_type� key_algorithm�signature_algorithm�certificate_profile_type� freeform_tags�defined_tagsr"