ruạṛ
a N��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 @ s2 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� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�FindingSummaryzE The particular finding reported by the security assessment. �HIGH�MEDIUM�LOW�EVALUATE�ADVISORY�PASSc K sn dddddddddd� | _ ddddd d ddd 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", '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 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 references: The value to assign to the references property of this FindingSummary. :type references: oci.data_safe.models.References �str�object� References) �severity� assessment_id� target_id�key�title�remarks�details�summary� referencesr �assessmentId�targetIdr r r r r r N)� swagger_types� attribute_map� _severity�_assessment_id� _target_id�_key�_title�_remarks�_details�_summary�_references)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_safe/models/finding_summary.py�__init__( s: -� �zFindingSummary.__init__c C s | j S )a� Gets the severity of this FindingSummary. The severity of the finding. 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'. :return: The severity of this FindingSummary. :rtype: str )r �r&