ruạṛ
a N��fO � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zd d!� Zd"S )#�DiffszP Results of the comparison of an item between two security assessments. �HIGH�MEDIUM�LOW�EVALUATE�ADVISORY�PASSc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new Diffs object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param current: The value to assign to the current property of this Diffs. :type current: oci.data_safe.models.Finding :param baseline: The value to assign to the baseline property of this Diffs. :type baseline: oci.data_safe.models.Finding :param removed_items: The value to assign to the removed_items property of this Diffs. :type removed_items: list[str] :param added_items: The value to assign to the added_items property of this Diffs. :type added_items: list[str] :param modified_items: The value to assign to the modified_items property of this Diffs. :type modified_items: list[str] :param severity: The value to assign to the severity property of this Diffs. Allowed values for this property are: "HIGH", "MEDIUM", "LOW", "EVALUATE", "ADVISORY", "PASS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str �Findingz list[str]�str)�current�baseline� removed_items�added_items�modified_items�severityr r �removedItems� addedItems� modifiedItemsr N)� swagger_types� attribute_map�_current� _baseline�_removed_items�_added_items�_modified_items� _severity)�self�kwargs� r"