ruạṛ
a ���f�P � @ 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 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"dBdC� Z#dDdE� Z$dFdG� Z%dHS )I�FindingzE The particular finding reported by the security assessment. �HIGH�MEDIUM�LOW�EVALUATE�ADVISORY�PASS�DEFERRED�ACTIVE�UPDATING�NEEDS_ATTENTION�FAILEDc K s� dddddddddddddddddd�| _ ddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a! Initializes a new Finding object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Finding. :type key: str :param severity: The value to assign to the severity property of this Finding. 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 Finding. :type assessment_id: str :param target_id: The value to assign to the target_id property of this Finding. :type target_id: str :param title: The value to assign to the title property of this Finding. :type title: str :param remarks: The value to assign to the remarks property of this Finding. :type remarks: str :param details: The value to assign to the details property of this Finding. :type details: object :param summary: The value to assign to the summary property of this Finding. :type summary: str :param references: The value to assign to the references property of this Finding. :type references: oci.data_safe.models.References :param oracle_defined_severity: The value to assign to the oracle_defined_severity property of this Finding. :type oracle_defined_severity: str :param is_risk_modified: The value to assign to the is_risk_modified property of this Finding. :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 Finding. :type has_target_db_risk_level_changed: bool :param justification: The value to assign to the justification property of this Finding. :type justification: str :param time_valid_until: The value to assign to the time_valid_until property of this Finding. :type time_valid_until: datetime :param time_updated: The value to assign to the time_updated property of this Finding. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Finding. 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 Finding. :type lifecycle_details: str �str�objectZ References�boolZdatetime)�key�severity� assessment_id� target_id�title�remarks�details�summary� references�oracle_defined_severity�is_risk_modified� has_target_db_risk_level_changed� justification�time_valid_until�time_updated�lifecycle_state�lifecycle_detailsr r ZassessmentIdZtargetIdr r r r r ZoracleDefinedSeverityZisRiskModifiedZhasTargetDbRiskLevelChangedr! ZtimeValidUntilZtimeUpdatedZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_key� _severity�_assessment_id� _target_id�_title�_remarks�_details�_summary�_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� r9 �@/usr/lib/python3.9/site-packages/oci/data_safe/models/finding.py�__init__>