| Server IP : 162.241.203.86 / Your IP : 216.73.216.200 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : theart99 ( 5843) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/data_safe/models/__pycache__/ |
Upload File : |
a
���fq � @ 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� �Zdd� Zdd � Zd!d"� Zd#S )$�DiffszP
Results of the comparison of an item between two security assessments.
�HIGH�MEDIUM�LOW�EVALUATE�ADVISORY�PASS�DEFERREDc 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", "DEFERRED", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type severity: str
ZFindingz list[str]�str)�current�baseline�
removed_items�added_items�modified_items�severityr r ZremovedItemsZ
addedItemsZ
modifiedItemsr N)Z
swagger_typesZ
attribute_map�_current� _baseline�_removed_items�_added_items�_modified_items� _severity)�self�kwargs� r �>/usr/lib/python3.9/site-packages/oci/data_safe/models/diffs.py�__init__. s( !�
� zDiffs.__init__c C s | j S )z�
Gets the current of this Diffs.
:return: The current of this Diffs.
:rtype: oci.data_safe.models.Finding
�r �r r r r r g s z
Diffs.currentc C s
|| _ dS )z�
Sets the current of this Diffs.
:param current: The current of this Diffs.
:type: oci.data_safe.models.Finding
Nr )r r r r r r q s c C s | j S )z�
Gets the baseline of this Diffs.
:return: The baseline of this Diffs.
:rtype: oci.data_safe.models.Finding
�r r! r r r r { s zDiffs.baselinec C s
|| _ dS )z�
Sets the baseline of this Diffs.
:param baseline: The baseline of this Diffs.
:type: oci.data_safe.models.Finding
Nr"