ruạṛ
a ���fu � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�SecurityAssessmentComparisonzp Provides a list of the differences in a comparison of the security assessment with the baseline value. �CREATING� SUCCEEDED�FAILEDc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new SecurityAssessmentComparison object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this SecurityAssessmentComparison. :type id: str :param baseline_id: The value to assign to the baseline_id property of this SecurityAssessmentComparison. :type baseline_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this SecurityAssessmentComparison. Allowed values for this property are: "CREATING", "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this SecurityAssessmentComparison. :type time_created: datetime :param targets: The value to assign to the targets property of this SecurityAssessmentComparison. :type targets: list[oci.data_safe.models.SecurityAssessmentComparisonPerTarget] �strZdatetimez+list[SecurityAssessmentComparisonPerTarget])�id�baseline_id�lifecycle_state�time_created�targetsr Z baselineIdZlifecycleStateZtimeCreatedr N)Z swagger_typesZ attribute_map�_id�_baseline_id�_lifecycle_state� _time_created�_targets)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/data_safe/models/security_assessment_comparison.py�__init__ s"