ruạṛ
a O��f�, � @ 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 Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�ContainerScanResultProblemz- A problem found in a container scan �NONE�LOW�MEDIUM�HIGH�CRITICAL�OPEN�FIXED�NOT_APPLICABLEc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new ContainerScanResultProblem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ContainerScanResultProblem. :type name: str :param description: The value to assign to the description property of this ContainerScanResultProblem. :type description: str :param severity: The value to assign to the severity property of this ContainerScanResultProblem. Allowed values for this property are: "NONE", "LOW", "MEDIUM", "HIGH", "CRITICAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str :param state: The value to assign to the state property of this ContainerScanResultProblem. Allowed values for this property are: "OPEN", "FIXED", "NOT_APPLICABLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type state: str :param cve_reference: The value to assign to the cve_reference property of this ContainerScanResultProblem. :type cve_reference: str :param time_first_detected: The value to assign to the time_first_detected property of this ContainerScanResultProblem. :type time_first_detected: datetime :param time_last_detected: The value to assign to the time_last_detected property of this ContainerScanResultProblem. :type time_last_detected: datetime :param vulnerable_packages: The value to assign to the vulnerable_packages property of this ContainerScanResultProblem. :type vulnerable_packages: list[oci.vulnerability_scanning.models.Package] �str�datetimez list[Package])�name�description�severity�state� cve_reference�time_first_detected�time_last_detected�vulnerable_packagesr r r r �cveReference�timeFirstDetected�timeLastDetected�vulnerablePackagesN) � swagger_types� attribute_map�_name�_description� _severity�_state�_cve_reference�_time_first_detected�_time_last_detected�_vulnerable_packages)�self�kwargs� r) ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vulnerability_scanning/models/container_scan_result_problem.py�__init__0 s4 +��z#ContainerScanResultProblem.__init__c C s | j S )z� **[Required]** Gets the name of this ContainerScanResultProblem. Name of the problem :return: The name of this ContainerScanResultProblem. :rtype: str �r �r'