📂 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
›
certificates
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/certificates/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: certificate_authority_bundle.pyc
a N��f�8 � @ 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 @ sf e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�CertificateAuthorityBundlez� The contents of the certificate, properties of the certificate (and certificate version), and user-provided contextual metadata for the certificate. �CURRENT�PENDING�LATEST�PREVIOUS� DEPRECATED�FAILEDc K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aB Initializes a new CertificateAuthorityBundle object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param certificate_authority_id: The value to assign to the certificate_authority_id property of this CertificateAuthorityBundle. :type certificate_authority_id: str :param certificate_authority_name: The value to assign to the certificate_authority_name property of this CertificateAuthorityBundle. :type certificate_authority_name: str :param serial_number: The value to assign to the serial_number property of this CertificateAuthorityBundle. :type serial_number: str :param certificate_pem: The value to assign to the certificate_pem property of this CertificateAuthorityBundle. :type certificate_pem: str :param cert_chain_pem: The value to assign to the cert_chain_pem property of this CertificateAuthorityBundle. :type cert_chain_pem: str :param version_name: The value to assign to the version_name property of this CertificateAuthorityBundle. :type version_name: str :param time_created: The value to assign to the time_created property of this CertificateAuthorityBundle. :type time_created: datetime :param version_number: The value to assign to the version_number property of this CertificateAuthorityBundle. :type version_number: int :param validity: The value to assign to the validity property of this CertificateAuthorityBundle. :type validity: oci.certificates.models.Validity :param stages: The value to assign to the stages property of this CertificateAuthorityBundle. Allowed values for items in this list are: "CURRENT", "PENDING", "LATEST", "PREVIOUS", "DEPRECATED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type stages: list[str] :param revocation_status: The value to assign to the revocation_status property of this CertificateAuthorityBundle. :type revocation_status: oci.certificates.models.RevocationStatus �str�datetime�int�Validityz list[str]�RevocationStatus)�certificate_authority_id�certificate_authority_name� serial_number�certificate_pem�cert_chain_pem�version_name�time_created�version_number�validity�stages�revocation_status�certificateAuthorityId�certificateAuthorityName�serialNumber�certificatePem�certChainPem�versionName�timeCreated� versionNumberr r �revocationStatusN) � swagger_types� attribute_map�_certificate_authority_id�_certificate_authority_name�_serial_number�_certificate_pem�_cert_chain_pem� _version_name� _time_created�_version_number� _validity�_stages�_revocation_status)�self�kwargs� r5 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/certificates/models/certificate_authority_bundle.py�__init__( sF 5��z#CertificateAuthorityBundle.__init__c C s | j S )a **[Required]** Gets the certificate_authority_id of this CertificateAuthorityBundle. The OCID of the certificate authority (CA). :return: The certificate_authority_id of this CertificateAuthorityBundle. :rtype: str �r( �r3 r5 r5 r6 r � s z3CertificateAuthorityBundle.certificate_authority_idc C s || _ dS )a Sets the certificate_authority_id of this CertificateAuthorityBundle. The OCID of the certificate authority (CA). :param certificate_authority_id: The certificate_authority_id of this CertificateAuthorityBundle. :type: str Nr8 )r3 r r5 r5 r6 r � s c C s | j S )z� **[Required]** Gets the certificate_authority_name of this CertificateAuthorityBundle. The name of the CA. :return: The certificate_authority_name of this CertificateAuthorityBundle. :rtype: str �r) r9 r5 r5 r6 r � s z5CertificateAuthorityBundle.certificate_authority_namec C s || _ dS )z� Sets the certificate_authority_name of this CertificateAuthorityBundle. The name of the CA. :param certificate_authority_name: The certificate_authority_name of this CertificateAuthorityBundle. :type: str Nr: )r3 r r5 r5 r6 r � s c C s | j S )aa **[Required]** Gets the serial_number of this CertificateAuthorityBundle. A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example: `03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF` :return: The serial_number of this CertificateAuthorityBundle. :rtype: str �r* r9 r5 r5 r6 r � s z(CertificateAuthorityBundle.serial_numberc C s || _ dS )a^ Sets the serial_number of this CertificateAuthorityBundle. A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example: `03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF` :param serial_number: The serial_number of this CertificateAuthorityBundle. :type: str Nr; )r3 r r5 r5 r6 r � s c C s | j S )z� **[Required]** Gets the certificate_pem of this CertificateAuthorityBundle. The certificate (in PEM format) for this CA version. :return: The certificate_pem of this CertificateAuthorityBundle. :rtype: str �r+ r9 r5 r5 r6 r � s z*CertificateAuthorityBundle.certificate_pemc C s || _ dS )z� Sets the certificate_pem of this CertificateAuthorityBundle. The certificate (in PEM format) for this CA version. :param certificate_pem: The certificate_pem of this CertificateAuthorityBundle. :type: str Nr<