📂 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
›
artifacts
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/artifacts/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: container_image_signature.cpython-39.opt-1.pyc
a ���f�T � @ 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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zd8d9� Zd:d;� Zd<d=� Zd>S )?�ContainerImageSignaturez- Container image signature metadata. �SHA_224_RSA_PKCS_PSS�SHA_256_RSA_PKCS_PSS�SHA_384_RSA_PKCS_PSS�SHA_512_RSA_PKCS_PSS� AVAILABLE�DELETING�DELETEDc K s� dddddddddddddddd�| _ dddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new ContainerImageSignature object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this ContainerImageSignature. :type compartment_id: str :param created_by: The value to assign to the created_by property of this ContainerImageSignature. :type created_by: str :param display_name: The value to assign to the display_name property of this ContainerImageSignature. :type display_name: str :param id: The value to assign to the id property of this ContainerImageSignature. :type id: str :param image_id: The value to assign to the image_id property of this ContainerImageSignature. :type image_id: str :param kms_key_id: The value to assign to the kms_key_id property of this ContainerImageSignature. :type kms_key_id: str :param kms_key_version_id: The value to assign to the kms_key_version_id property of this ContainerImageSignature. :type kms_key_version_id: str :param message: The value to assign to the message property of this ContainerImageSignature. :type message: str :param signature: The value to assign to the signature property of this ContainerImageSignature. :type signature: str :param signing_algorithm: The value to assign to the signing_algorithm property of this ContainerImageSignature. Allowed values for this property are: "SHA_224_RSA_PKCS_PSS", "SHA_256_RSA_PKCS_PSS", "SHA_384_RSA_PKCS_PSS", "SHA_512_RSA_PKCS_PSS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type signing_algorithm: str :param time_created: The value to assign to the time_created property of this ContainerImageSignature. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ContainerImageSignature. Allowed values for this property are: "AVAILABLE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this ContainerImageSignature. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ContainerImageSignature. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ContainerImageSignature. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�compartment_id� created_by�display_name�id�image_id� kms_key_id�kms_key_version_id�message� signature�signing_algorithm�time_created�lifecycle_state� freeform_tags�defined_tags�system_tagsZ compartmentIdZ createdByZdisplayNamer ZimageIdZkmsKeyIdZkmsKeyVersionIdr r ZsigningAlgorithmZtimeCreatedZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_compartment_id�_created_by� _display_name�_id� _image_id�_kms_key_id�_kms_key_version_id�_message� _signature�_signing_algorithm� _time_created�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r/ �R/usr/lib/python3.9/site-packages/oci/artifacts/models/container_image_signature.py�__init__. s^ G��z ContainerImageSignature.__init__c C s | j S )aY **[Required]** Gets the compartment_id of this ContainerImageSignature. The `OCID`__ of the compartment in which the container repository exists. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ContainerImageSignature. :rtype: str �r �r- r/ r/ r0 r � s z&ContainerImageSignature.compartment_idc C s || _ dS )aW Sets the compartment_id of this ContainerImageSignature. The `OCID`__ of the compartment in which the container repository exists. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ContainerImageSignature. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� **[Required]** Gets the created_by of this ContainerImageSignature. The id of the user or principal that created the resource. :return: The created_by of this ContainerImageSignature. :rtype: str �r r3 r/ r/ r0 r � s z"ContainerImageSignature.created_byc C s || _ dS )z� Sets the created_by of this ContainerImageSignature. The id of the user or principal that created the resource. :param created_by: The created_by of this ContainerImageSignature. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )a� **[Required]** Gets the display_name of this ContainerImageSignature. The last 10 characters of the kmsKeyId, the last 10 characters of the kmsKeyVersionId, the signingAlgorithm, and the last 10 characters of the signatureId. Example: `wrmz22sixa::qdwyc2ptun::SHA_256_RSA_PKCS_PSS::2vwmobasva` :return: The display_name of this ContainerImageSignature. :rtype: str �r r3 r/ r/ r0 r � s z$ContainerImageSignature.display_namec C s || _ dS )a� Sets the display_name of this ContainerImageSignature. The last 10 characters of the kmsKeyId, the last 10 characters of the kmsKeyVersionId, the signingAlgorithm, and the last 10 characters of the signatureId. Example: `wrmz22sixa::qdwyc2ptun::SHA_256_RSA_PKCS_PSS::2vwmobasva` :param display_name: The display_name of this ContainerImageSignature. :type: str Nr5 )r- r r/ r/ r0 r � s c C s | j S )am **[Required]** Gets the id of this ContainerImageSignature. The `OCID`__ of the container image signature. Example: `ocid1.containerimagesignature.oc1..exampleuniqueID` __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this ContainerImageSignature. :rtype: str �r! r3 r/ r/ r0 r � s zContainerImageSignature.idc C s || _ dS )a_ Sets the id of this ContainerImageSignature. The `OCID`__ of the container image signature. Example: `ocid1.containerimagesignature.oc1..exampleuniqueID` __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this ContainerImageSignature. :type: str Nr6 )r- r r/ r/ r0 r s c C s | j S )af **[Required]** Gets the image_id of this ContainerImageSignature. The `OCID`__ of the container image. Example: `ocid1.containerimage.oc1..exampleuniqueID` __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The image_id of this ContainerImageSignature. :rtype: str �r"