📂 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_version.cpython-39.opt-1.pyc
a ���fL4 � @ 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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CertificateVersionzh The details of the certificate version. This object does not contain the certificate contents. c K s� dddddddddddd�| _ d d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a} Initializes a new CertificateVersion object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param certificate_id: The value to assign to the certificate_id property of this CertificateVersion. :type certificate_id: str :param serial_number: The value to assign to the serial_number property of this CertificateVersion. :type serial_number: str :param time_created: The value to assign to the time_created property of this CertificateVersion. :type time_created: datetime :param version_number: The value to assign to the version_number property of this CertificateVersion. :type version_number: int :param issuer_ca_version_number: The value to assign to the issuer_ca_version_number property of this CertificateVersion. :type issuer_ca_version_number: int :param version_name: The value to assign to the version_name property of this CertificateVersion. :type version_name: str :param subject_alternative_names: The value to assign to the subject_alternative_names property of this CertificateVersion. :type subject_alternative_names: list[oci.certificates_management.models.CertificateSubjectAlternativeName] :param time_of_deletion: The value to assign to the time_of_deletion property of this CertificateVersion. :type time_of_deletion: datetime :param validity: The value to assign to the validity property of this CertificateVersion. :type validity: oci.certificates_management.models.Validity :param stages: The value to assign to the stages property of this CertificateVersion. :type stages: list[oci.certificates_management.models.VersionStage] :param revocation_status: The value to assign to the revocation_status property of this CertificateVersion. :type revocation_status: oci.certificates_management.models.RevocationStatus �strZdatetime�intz'list[CertificateSubjectAlternativeName]ZValidityzlist[VersionStage]ZRevocationStatus)�certificate_id� serial_number�time_created�version_number�issuer_ca_version_number�version_name�subject_alternative_names�time_of_deletion�validity�stages�revocation_statusZ certificateIdZserialNumberZtimeCreatedZ versionNumberZissuerCaVersionNumberZversionNameZsubjectAlternativeNamesZtimeOfDeletionr r ZrevocationStatusN) Z swagger_typesZ attribute_map�_certificate_id�_serial_number� _time_created�_version_number�_issuer_ca_version_number� _version_name�_subject_alternative_names�_time_of_deletion� _validity�_stages�_revocation_status)�self�kwargs� r! �Z/usr/lib/python3.9/site-packages/oci/certificates_management/models/certificate_version.py�__init__ sF 3��zCertificateVersion.__init__c C s | j S )z� **[Required]** Gets the certificate_id of this CertificateVersion. The OCID of the certificate. :return: The certificate_id of this CertificateVersion. :rtype: str �r �r r! r! r"