Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
artifacts
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: container_image_signature.pyc
a N��fP; � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�ContainerImageSignaturez- Container image signature metadata. �SHA_224_RSA_PKCS_PSS�SHA_256_RSA_PKCS_PSS�SHA_384_RSA_PKCS_PSS�SHA_512_RSA_PKCS_PSSc K s� dddddddddddd�| _ dddddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )ao 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 �str�datetime)�compartment_id� created_by�display_name�id�image_id� kms_key_id�kms_key_version_id�message� signature�signing_algorithm�time_created� compartmentId� createdBy�displayNamer �imageId�kmsKeyId�kmsKeyVersionIdr r �signingAlgorithm�timeCreatedN) � swagger_types� attribute_map�_compartment_id�_created_by� _display_name�_id� _image_id�_kms_key_id�_kms_key_version_id�_message� _signature�_signing_algorithm� _time_created)�self�kwargs� r/ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/artifacts/models/container_image_signature.py�__init__ sF 5��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"