ruạṛ
a ���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 @ sJ e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#edEdF� �Z$e$jdGdF� �Z$dHdI� Z%dJdK� Z&dLdM� Z'dNS )O�FindingSummaryzE The particular finding reported by the security assessment. �HIGH�MEDIUM�LOW�EVALUATE�ADVISORY�PASS�DEFERRED�ACTIVE�UPDATING�NEEDS_ATTENTION�FAILEDc K s� dddddddddddddddddddd�| _ ddd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new FindingSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param severity: The value to assign to the severity property of this FindingSummary. 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 :param assessment_id: The value to assign to the assessment_id property of this FindingSummary. :type assessment_id: str :param target_id: The value to assign to the target_id property of this FindingSummary. :type target_id: str :param key: The value to assign to the key property of this FindingSummary. :type key: str :param is_top_finding: The value to assign to the is_top_finding property of this FindingSummary. :type is_top_finding: bool :param title: The value to assign to the title property of this FindingSummary. :type title: str :param remarks: The value to assign to the remarks property of this FindingSummary. :type remarks: str :param details: The value to assign to the details property of this FindingSummary. :type details: object :param summary: The value to assign to the summary property of this FindingSummary. :type summary: str :param oneline: The value to assign to the oneline property of this FindingSummary. :type oneline: str :param references: The value to assign to the references property of this FindingSummary. :type references: oci.data_safe.models.References :param oracle_defined_severity: The value to assign to the oracle_defined_severity property of this FindingSummary. :type oracle_defined_severity: str :param is_risk_modified: The value to assign to the is_risk_modified property of this FindingSummary. :type is_risk_modified: bool :param has_target_db_risk_level_changed: The value to assign to the has_target_db_risk_level_changed property of this FindingSummary. :type has_target_db_risk_level_changed: bool :param justification: The value to assign to the justification property of this FindingSummary. :type justification: str :param time_valid_until: The value to assign to the time_valid_until property of this FindingSummary. :type time_valid_until: datetime :param time_updated: The value to assign to the time_updated property of this FindingSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this FindingSummary. Allowed values for this property are: "ACTIVE", "UPDATING", "NEEDS_ATTENTION", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this FindingSummary. :type lifecycle_details: str �str�bool�objectZ ReferencesZdatetime)�severity� assessment_id� target_id�key�is_top_finding�title�remarks�details�summary�oneline� references�oracle_defined_severity�is_risk_modified� has_target_db_risk_level_changed� justification�time_valid_until�time_updated�lifecycle_state�lifecycle_detailsr ZassessmentIdZtargetIdr ZisTopFindingr r r r r r ZoracleDefinedSeverityZisRiskModifiedZhasTargetDbRiskLevelChangedr# ZtimeValidUntilZtimeUpdatedZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map� _severity�_assessment_id� _target_id�_key�_is_top_finding�_title�_remarks�_details�_summary�_oneline�_references�_oracle_defined_severity�_is_risk_modified�!_has_target_db_risk_level_changed�_justification�_time_valid_until� _time_updated�_lifecycle_state�_lifecycle_details)�self�kwargs� r= �H/usr/lib/python3.9/site-packages/oci/data_safe/models/finding_summary.py�__init__>